Skip to content

added note that partial_fit often only performs a single iteration #12806#12836

Closed
fdas3213 wants to merge 2 commits intoscikit-learn:masterfrom
fdas3213:my-feature
Closed

added note that partial_fit often only performs a single iteration #12806#12836
fdas3213 wants to merge 2 commits intoscikit-learn:masterfrom
fdas3213:my-feature

Conversation

@fdas3213
Copy link
Copy Markdown
Contributor

Reference Issues/PRs

This PR refers to the issue 'Glossary on partial_fit should note that it often only performs a single iteration' #12806

What does this implement/fix? Explain your changes.

This PR adds a note that partial_fit often only performs a single iteration

Any other comments?

@jnothman
Copy link
Copy Markdown
Member

Please edit the glossary, not a particular estimator docstring. doc/glossary.rst

@fdas3213
Copy link
Copy Markdown
Contributor Author

Please edit the glossary, not a particular estimator docstring. doc/glossary.rst

Thanks for letting me know. I'll do that right away

provided to ``partial_fit`` may be called a mini-batch.
Each mini-batch must be of consistent shape, etc.
Each mini-batch must be of consistent shape, etc. It should also be
noted that partial_fit often only performs a single iteration.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Add "in iterative estimators"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

and please follow the indentation: use spaces.

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.

2 participants