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

implement partial_fit #691

Open
solegalli opened this issue Sep 11, 2023 · 0 comments
Open

implement partial_fit #691

solegalli opened this issue Sep 11, 2023 · 0 comments

Comments

@solegalli
Copy link
Collaborator

not sure it is possible, and it is certainly a major undertaking but:

Is it possible to use something like partial_fit for feature engineering?

So that we can allow feature engineering to deal with incremental training for big dataset.

Transformers should be progressively fit on different chunks of data, and somehow retain that information and be updated with the second chunk. Need to look into how partial fit works in sklearn

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

1 participant