You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX #956: Fixes a bug which could cause Auto-sklearn not to find a model on disk which is part of the ensemble.
FIX #961: Fixes a bug which caused Auto-sklearn to load bad meta-data for metrics which cannot be computed on multiclass datasets (especially ROC_AUC).
DOC #498: Improve the example on resampling strategies by showing how to pass scikit-learn's splitter objects to Auto-sklearn.
DOC #670: Demonstrate how to give access to training accuracy.
DOC #872: Improve an example on how obtain the best model.
DOC #940: Improve documentation of the docker image.
MAINT: Improve the docker file by setting environment variable that restrict BLAS and OMP to only use a single core.
MAINT #949: Replace pip by pip3 in the installation guidelines.
MAINT #280, #535, #956: Update meta-data and include regression meta-data again.