├── data
│ ├── beerslaw
│ └── PISA
├── notebooks
│ ├── 0_data_processing
│ ├── 1_algos_investigation
│ └── 2_dirty_prototypes
│ ├── oversampling
│ └── clustering
├── src
│ ├── utils
│ ├── configs
│ ├── data_handlers
│ ├── ml
│ └── visualisers
├── experiments
│ ├── oversample
│ └── clustering
└── reports
├── presentation
└── reports
- configure the experiment by editing the
src/configs/oversampling_config.yaml
- place yourself in the
src
folder - run
python script_oversampling --oversamplesimple