Skip to content

Conversation

mth4saurabh
Copy link
Contributor

Fixes #5640, updated what's new.

@@ -25,6 +25,9 @@ New features
- Added the :class:`ensemble.IsolationForest` class for anomaly detection based on
random forests. By `Nicolas Goix`_.

- Added new supervised learning algorithm: :ref: `Multi-layer Perceptron <multi-layer-perceptron>`
by `Issam H. Laradji`_
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can also add a link to the issue as in some other places in whatsnew.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the link to relevant PR.

@@ -25,6 +25,9 @@ New features
- Added the :class:`ensemble.IsolationForest` class for anomaly detection based on
random forests. By `Nicolas Goix`_.

- Added new supervised learning algorithm: :ref:`Multi-layer Perceptron <multi-layer-perceptron>`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the correct target is multilayer_perceptron, which is why the linking doesn't work. See https://raw.githubusercontent.com/scikit-learn/scikit-learn/master/doc/modules/neural_networks_supervised.rst

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did try that target before but used dash instead of underscore, fixed it now. Thanks for the help 😃

@GaelVaroquaux GaelVaroquaux changed the title Add MLP to what's new [MRG+1] Add MLP to what's new Nov 19, 2015
@GaelVaroquaux
Copy link
Member

LGTM. +1 for merge.

@amueller
Copy link
Member

LGTM, thanks :)

amueller added a commit that referenced this pull request Nov 20, 2015
@amueller amueller merged commit a72d138 into scikit-learn:master Nov 20, 2015
@mth4saurabh mth4saurabh deleted the add-mlp-to-changelog branch January 15, 2016 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants