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
Hi, I was looking to pass specific keyword arguments when trying to fit models. Right now there is no option to do it except following the Custom training example.
The fit_models method could be extended to allow passing fit_kwargs as an argument. Ideally as Dict[str, Dict[str, any] to support kwargs for multiple models.
If you are interested, I could possibly try to implement this functionality.