Is your feature request related to a problem? Please describe.
Many sklean models support partial_fit to allow tran models over big data. But this library does not support fit_partial for the sklearn models.
Describe the solution you'd like
It would be nice to have partial_fit as default and an Exception if the provided sklearn model does not support fit_partial.
Is your feature request related to a problem? Please describe. Many sklean models support partial_fit to allow tran models over big data. But this library does not support fit_partial for the sklearn models. Describe the solution you'd like It would be nice to have partial_fit as default and an Exception if the provided sklearn model does not support fit_partial.