Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • A AGGREGATION Scripts
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • agg
  • AGGREGATION Scripts
  • Wiki
  • Home

Home · Changes

Page history
Create Home authored May 15, 2023 by Tom LIU's avatar Tom LIU
Hide whitespace changes
Inline Side-by-side
Home.md 0 → 100644
View page @ 5bc6773e
## 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
Clone repository
  • Configurations
  • Home