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
* Fixes the usage of the shrinkage parameter in LDA.
23
23
* Fixes `#410 <https://github.com/automl/auto-sklearn/issues/410>`_ and changes
24
24
the SGD hyperparameters
@@ -47,11 +47,11 @@ Version 0.4.0
47
47
* Adds an operating system check at import and installation time to make sure
48
48
to not accidentaly run on a Windows machine.
49
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
-
50
+
* Safeguard Auto-sklearn against deleting directories it did not create (Issue
0 commit comments