|
11 | 11 | Releases |
12 | 12 | ======== |
13 | 13 |
|
| 14 | +Version 0.4.0 |
| 15 | +============= |
| 16 | + |
| 17 | +* Fixes `#409 <https://github.com/automl/auto-sklearn/issues/409>`_: fixes |
| 18 | + ``predict_proba`` to no longer raise an `AttributeError`. |
| 19 | +* Improved documentation of the parallel example. |
| 20 | +* Classifiers are now tested to be idempotent as `required by scikit-learn |
| 21 | +<http://scikit-learn.org/stable/developers/contributing.html#estimated-attributes>`_. |
| 22 | +* Fixes the usage of the shrinkage parameter in LDA. |
| 23 | +* Fixes `#410 <https://github.com/automl/auto-sklearn/issues/410>`_ and changes |
| 24 | + the SGD hyperparameters |
| 25 | +* Fixes `#425 <https://github.com/automl/auto-sklearn/issues/425>`_ which |
| 26 | + caused the non-linear support vector machine to always crash on OSX. |
| 27 | +* Implements `#149 <https://github.com/automl/auto-sklearn/issues/149>`_: it |
| 28 | + is now possible to pass a custom cross-validation split following |
| 29 | + scikit-learn's ``model_selection`` module. |
| 30 | +* It is now possible to decide whether or not to shuffle the data in |
| 31 | + Auto-sklearn by passing a bool `shuffle` in the dictionary of |
| 32 | + ``resampling_strategy_arguments``. |
| 33 | +* Added functionality to track the test performance over time. |
| 34 | +* Re-factored the ensemble building to be faster, read less data from the |
| 35 | + hard drive and perform random tie breaking in case of equally |
| 36 | + well-performing models. |
| 37 | +* Implements `#438 <https://github.com/automl/auto-sklearn/issues/438>`_: To |
| 38 | + be consistent with the output of SMAC (which minimizes the loss of a target |
| 39 | + function), the output of the ensemble builder is now also the output of a |
| 40 | + minimization problem. |
| 41 | +* Implements `#271 <https://github.com/automl/auto-sklearn/issues/271>`_: |
| 42 | + XGBoost is available again, even configuring the new dropout functionality. |
| 43 | +* New documentation section `inspecting the results <http://automl.github.io/auto-sklearn/stable/manual.html#inspecting-the-results>`_. |
| 44 | +* Fixes `#444 <https://github.com/automl/auto-sklearn/issues/444>`_: |
| 45 | + Auto-sklearn now only loads models for refit which are actually relevant |
| 46 | + for the ensemble. |
| 47 | +* Adds an operating system check at import and installation time to make sure |
| 48 | + to not accidentaly run on a Windows machine. |
| 49 | +* New examples gallery using sphinx gallery: `http://automl.github.io/auto-sklearn/stable/examples/index.html <http://automl.github.io/auto-sklearn/stable/examples/index.html>`_ |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | +Contributors |
| 54 | +~~~~~~~~~~~~ |
| 55 | + |
| 56 | +* Matthias Feurer |
| 57 | +* kaa |
| 58 | +* Josh Mabry |
| 59 | +* Katharina Eggensperger |
| 60 | +* Vladimir Glazachev |
| 61 | +* Jesper van Engelen |
| 62 | +* Jin Woo Ahn |
| 63 | +* Enrico Testa |
| 64 | +* Marius Lindauer |
| 65 | +* Yassine Morakakam |
| 66 | + |
14 | 67 | Version 0.3.0 |
15 | 68 | ============= |
16 | 69 |
|
|
0 commit comments