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
Following on from #877, the glmnet methods for predict_numeric(), predict_class(), and predict_classprob() would only evaluate the model spec before handing off to the method for model_fit. Let's check if that is necessary or if we can remove those functions altogether.
The text was updated successfully, but these errors were encountered:
Following on from #877, the glmnet methods for
predict_numeric()
,predict_class()
, andpredict_classprob()
would only evaluate the model spec before handing off to the method formodel_fit
. Let's check if that is necessary or if we can remove those functions altogether.The text was updated successfully, but these errors were encountered: