8000 DOC Updated MLP partial_fit documentation (#12618) · scikit-learn/scikit-learn@32c676e · GitHub
[go: up one dir, main page]

Skip to content

Commit 32c676e

Browse files
samwaterburyjnothman
authored andcommitted
DOC Updated MLP partial_fit documentation (#12618)
1 parent fe35e25 commit 32c676e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/neural_network/multilayer_perceptron.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ def fit(self, X, y):
619619

620620
@property
621621
def partial_fit(self):
622-
"""Fit the model to data matrix X and target y.
622+
"""Update the model with a single iteration over the given data.
623623
624624
Parameters
625625
----------
@@ -978,7 +978,7 @@ def fit(self, X, y):
978978

979979
@property
980980
def partial_fit(self):
981-
"""Fit the model to data matrix X and target y.
981+
"""Update the model with a single iteration over the given data.
982982
983983
Parameters
984984
----------

0 commit comments

Comments
 (0)
0