paypal / autosklearn-zeroconf

autosklearn-zeroconf is a fully automated binary classifier. It is based on the AutoML challenge winner auto-sklearn. Give it a dataset with known outcomes (labels) and it returns a list of predicted outcomes for your new data. It even estimates the precision for you! The engine is tuning massively parallel ensemble of machine learning pipelines for best precision/recall.
BSD 3-Clause "New" or "Revised" License
171 stars 39 forks source link

upgrade to auto-sklearn 3.0 #14

Closed Motorrat closed 6 years ago

Motorrat commented 6 years ago

Currently auto-sklearn=2.0 is required Test auto-sklearn 3.0 successfull with the test dataset.

d2k commented 6 years ago

Worked also in my environment