Skip to content

Karilli/auto-sklearn

 
 

Repository files navigation

This is a fork of auto-sklearn repository, not the original auto-sklearn!

I have added a functionality to the pre-processor to transform labels. This allows the pre-processor to add/remove instances, or fix noise in the labels.

Details

I have replaced Pipeline from sklearn to Pipeline of imblearn. This allowed to add SMOTE-like to balancing step of auto-sklearn.

Learn more

About

Automated Machine Learning with scikit-learn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%