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
Are you referring to the field of fitted_params? As far as I can tell, this is generated for all model simultaneously (see below) so I'm not sure how this is happening. Could you please show some output to demonstrate what you mean?
Fitted
LinearBinaryClassifier()
andLinearRegressor()
have different field names for the coefficients:coef
andcoefs
.Are these field names generated within MLJModels? In which case we could adjust.
The text was updated successfully, but these errors were encountered: