Skip to content

MateusZitelli/data-mining-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Mining - AutoML

UFABC Data Mining Course project about AutoML

How to use it

First install auto-sklearn or use Docker:

docker build -t automl .
docker run --name=automl -v ~/dev/data-mining-project/shared:/usr/src/shared/ automl

This will run the src/main.py file and train a new model.

The code for model evaluation is src/model_evaluation.py.

Results

https://mateuszitelli.github.io/data-mining-project/

About

UFABC Data Mining Course project about AutoML

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors