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.