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
Indeed this is something that is not symmetrical with .fit(). There are sklearn classifiers and transformers that support additional parameters so I don't see an immediate reason against it.
Are you interested in working on this and submitting an PR? :)
It could be useful to add the possibility to pass custom 'predict params' in 'predict' method as it is available in 'fit' method.
Starting from 'predict', there are only 4 skorch's methods to improve.
This is a simple implementation I did
The text was updated successfully, but these errors were encountered: