File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1111Releases
1212========
1313
14+ Version 0.4.1
15+ =============
16+
17+ * Added documentation on `how to extend Auto-sklearn <https://github.com/automl/auto-sklearn/pull/510 >`_
18+ with custom classifier, regressor, and preprocessor.
19+ * Auto-sklearn now requires numpy version between 1.9.0 and 1.14.5, due to higher versions
20+ causing travis failure.
21+ * Examples now use ``sklearn.datasets.load_breast_cancer() `` instead of ``sklearn.datasets.load_digits() ``
22+ to reduce memory usage for travis build.
23+ * Fixes future warnings on non-tuple sequence for indexing.
24+ * Fixes `#500 <https://github.com/automl/auto-sklearn/issues/500 >`_: fixes
25+ ensemble builder to correctly evaluate model score with any metrics.
26+ See this `PR <https://github.com/automl/auto-sklearn/pull/522 >`_.
27+ * Fixes `#482 <https://github.com/automl/auto-sklearn/issues/482 >`_ and
28+ `#491 <https://github.com/automl/auto-sklearn/issues/491 >`_: Users can now set up
29+ custom logger configuration by passing a dictionary created by a yaml file to
30+ ``logging_config ``.
31+ * Fixes `#566 <https://github.com/automl/auto-sklearn/issues/566 >`_: ensembles are now sorted correctly.
32+ * Fixes `#293 <https://github.com/automl/auto-sklearn/issues/293 >`_: Auto-sklearn checks if appropriate
33+ target type was given for classification and regression before call to ``fit() ``.
34+ * Travis-ci now runs flake8 to enforce pep8 style guide, and uses travis-ci instead of circle-ci
35+ for deployment.
36+
37+ Contributors
38+ ************
39+
40+ * Matthias Feurer
41+ * Manuel Streuhofer
42+ * Taneli Mielikäinen
43+ * Katharina Eggensperger
44+ * Jin Woo Ahn
45+
1446Version 0.4.0
1547=============
1648
You can’t perform that action at this time.
0 commit comments