Skip to content

Commit

Permalink
remove superfluous backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
lewardo committed Sep 23, 2023
1 parent 769127e commit 00bc705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/MLPClassifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

:control validation:

A percentage (represented as a decimal) of the data points to randomly select, set aside, and not use for training (this "validation set" is reselected on each ``fit``). These points will be used after each epoch to check how the neural network is performing. If it is found to be no longer improving, training will stop, even if a ``fit`` has not reached its ```maxIter`` number of epochs.
A percentage (represented as a decimal) of the data points to randomly select, set aside, and not use for training (this "validation set" is reselected on each ``fit``). These points will be used after each epoch to check how the neural network is performing. If it is found to be no longer improving, training will stop, even if a ``fit`` has not reached its ``maxIter`` number of epochs.

:message fit:

Expand Down
2 changes: 1 addition & 1 deletion doc/MLPRegressor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

:control validation:

A percentage (represented as a decimal) of the data points to randomly select, set aside, and not use for training (this "validation set" is reselected on each ``fit``). These points will be used after each epoch to check how the neural network is performing. If it is found to be no longer improving, training will stop, even if a ``fit`` has not reached its ```maxIter`` number of epochs.
A percentage (represented as a decimal) of the data points to randomly select, set aside, and not use for training (this "validation set" is reselected on each ``fit``). These points will be used after each epoch to check how the neural network is performing. If it is found to be no longer improving, training will stop, even if a ``fit`` has not reached its ``maxIter`` number of epochs.

:message fit:

Expand Down

0 comments on commit 00bc705

Please sign in to comment.