Skip to content
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

Partial fit #289

Open
bakirillov opened this issue Apr 20, 2022 · 1 comment
Open

Partial fit #289

bakirillov opened this issue Apr 20, 2022 · 1 comment

Comments

@bakirillov
Copy link

Hello!

Is partial fit supported? I have a dataset too large to fit into memory, so I would like to fit the model on mini-batches of it.
There is no partial_fit method, would just running fit on every batch work?

@alejandroschuler
Copy link
Collaborator

this functionality doesn't exist at the moment but it would be pretty easy to change the code to allow it. The fit method is here. Would very much welcome a PR!

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

No branches or pull requests

2 participants