Skip to content

Commit bab2233

Browse files
committed
Add MLP to what's new
1 parent bc90ba0 commit bab2233

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/whats_new.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ New features
2525
- Added the :class:`ensemble.IsolationForest` class for anomaly detection based on
2626
random forests. By `Nicolas Goix`_.
2727

28+
- Added new supervised learning algorithm: :ref:`Multi-layer Perceptron <multilayer_perceptron>`
29+
(`#3204 <https://github.com/scikit-learn/scikit-learn/pull/3204>`_) by `Issam H. Laradji`_
30+
2831
Enhancements
2932
............
3033

@@ -3974,3 +3977,4 @@ David Huard, Dave Morrill, Ed Schofield, Travis Oliphant, Pearu Peterson.
39743977
.. _Giorgio Patrini: https://github.com/giorgiop
39753978
.. _Elvis Dohmatob: https://github.com/dohmatob
39763979
.. _yelite: https://github.com/yelite
3980+
.. _Issam H. Laradji: https://github.com/IssamLaradji

0 commit comments

Comments
 (0)