-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
Hey devs, thanks for this package.
I see that **kwargs is being deprecated from .fit, which makes sense in the interest of making the API more consistent for grid search, etc. However, it still seems desirable to be able to specify batch_size based on the input dimensions in case users want to use vanilla rather than stochastic gradient descent. Maybe adding a batch_size = 'all' option in init would remove any need to specify batch_size in fit?
Metadata
Metadata
Assignees
Labels
No labels