The long-term goal of the project is to facilitate automated design of machine learning pipelines in the case of imbalanced distribution of target classes.
Currently, only binary classification setting is implemented.
Benchmark experiments are available for Auto-gluon and Imba.
- Python interpreter 3.10.
- Installation of requirements.
To run a benchmark just type in the terminal:
./experiment.sh
By default, benchmark for Imba will be run. To change to Auto-gluon, add the ag
argument.
Stdout is in a file. To change to console output, add the c
argument.