UFABC Data Mining Course project about AutoML
First install auto-sklearn or use Docker:
docker build -t automl .
docker run --name=automl -v ~/dev/data-mining-project/shared:/usr/src/shared/ automlThis will run the src/main.py file and train a new model.
The code for model evaluation is src/model_evaluation.py.