8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283b56d commit 300a827Copy full SHA for 300a827
doc/whats_new/v1.3.rst
@@ -36,6 +36,13 @@ Changelog
36
:pr:`123456` by :user:`Joe Bloggs <joeongithub>`.
37
where 123456 is the *pull request* number, not the issue number.
38
39
+:mod:`sklearn.neural_network`
40
+.............................
41
+
42
+- |Fix| :class:`neural_network.MLPClassifier` and :class:`neural_network.MLPRegressor`
43
+ no longer raise warnings when fitting data with feature names.
44
+ :pr:`24873` by :user:`Tim Head <betatim>`.
45
46
Code and Documentation Contributors
47
-----------------------------------
48
0 commit comments