Skip to content

Commit

Permalink
DOC Updated MLP partial_fit documentation (#12618)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaterbury authored and jnothman committed Nov 25, 2018
1 parent fe35e25 commit 32c676e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sklearn/neural_network/multilayer_perceptron.py
Expand Up @@ -619,7 +619,7 @@ def fit(self, X, y):

@property
def partial_fit(self):
"""Fit the model to data matrix X and target y.
"""Update the model with a single iteration over the given data.
Parameters
----------
Expand Down Expand Up @@ -978,7 +978,7 @@ def fit(self, X, y):

@property
def partial_fit(self):
"""Fit the model to data matrix X and target y.
"""Update the model with a single iteration over the given data.
Parameters
----------
Expand Down

0 comments on commit 32c676e

Please sign in to comment.