Skip to content

Commit

Permalink
updated whats_new
Browse files Browse the repository at this point in the history
  • Loading branch information
nnadeau committed Oct 17, 2017
1 parent fe97a44 commit 5414867
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/whats_new/v0.20.rst
Expand Up @@ -65,6 +65,13 @@ Classifiers and regressors
:class:`sklearn.naive_bayes.GaussianNB` to give a precise control over
variances calculation. :issue:`9681` by :user:`Dmitry Mottl <Mottl>`.

- Add `n_iter_no_change` parameter in
:class:`multilayer_perceptron.BaseMultilayerPerceptron`,
:class:`multilayer_perceptron.MLPRegressor`, and
:class:`multilayer_perceptron.MLPClassifier` to give control over
maximum number of epochs to not meet `tol` improvement.
:issue:`9456` by :user:`Nicholas Nadeau <nnadeau>`.

Model evaluation and meta-estimators

- A scorer based on :func:`metrics.brier_score_loss` is also available.
Expand All @@ -91,6 +98,10 @@ Classifiers and regressors
identical X values.
:issue:`9432` by :user:`Dallas Card <dallascard>`

- Fixed a bug in :class:`multilayer_perceptron.MLPRegressor` where fitting
quit unexpectedly early due to local minima or fluctuations.
:issue:`9456` by :user:`Nicholas Nadeau <nnadeau>`

Decomposition, manifold learning and clustering

- Fix for uninformative error in :class:`decomposition.IncrementalPCA`:
Expand Down

0 comments on commit 5414867

Please sign in to comment.