You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: