|
|
## Aggregation(AGG) Pipeline
|
|
|
|
|
|
TODO
|
|
|
|
|
|
- Data Preparation
|
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
- AGGREGATION INFERENCES
|
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
- EVALUATIONS
|
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
## Requirements
|
|
|
A suitable [conda](https://conda.io/) environment is installed.
|
|
|
|
|
|
If you are running the AGG pipeline in [Patas](https://wiki.ling.washington.edu/bin/view.cgi/Main/CondorClusterHomepage), you can simply run the following script to install the required environment.
|
|
|
|
|
|
```
|
|
|
source install.sh
|
|
|
```
|
|
|
## Running AGG Pipeline
|
|
|
- Data Preparation
|
|
|
|
|
|
TODO
|
|
|
```
|
|
|
python data_preparation.py
|
|
|
```
|
|
|
|
|
|
- Aggregation Inferences
|
|
|
|
|
|
TODO
|
|
|
```
|
|
|
python run_agg.py
|
|
|
```
|
|
|
|
|
|
- Evaluations
|
|
|
|
|
|
WIP
|
|
|
```
|
|
|
python evaluate.py
|
|
|
```
|
|
|
|
|
|
## Configurations
|
|
|
|
|
|
TODO
|
|
|
|