8000 MLP batch size warning · Issue #5670 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

MLP batch size warning #5670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
amueller opened this issue Nov 2, 2015 · 2 comments
Closed

MLP batch size warning #5670

amueller opened this issue Nov 2, 2015 · 2 comments
Labels
Easy Well-defined and straightforward way to resolve

Comments

@amueller
Copy link
Member
amueller commented Nov 2, 2015

The mlp tests raise many warnings. In particular, they warn because the default batch-size is larger than some datasets.
I suggest setting the default batch-size to "auto" which is min(whateveritisnow, X.shape[0]). Raising a warning about our default value makes no sense to me.

@amueller amueller added Easy Well-defined and straightforward way to resolve Need Contributor labels Nov 2, 2015
@bhargav
Copy link
Contributor
bhargav commented Nov 3, 2015

I'd like to take this up.

@amueller
Copy link
Member Author

fixed in #5699

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy Well-defined and straightforward way to resolve
Projects
None yet
Development

No branches or pull requests

3 participants
0