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
In fit.workflow(), we can know whether a model fit will fail using parsnip::spec_is_possible(). Calling this before fitting the preprocessor would alleviate the pain of fitting a computationally intensive preprocessor, only for the model fit to then fail.
The text was updated successfully, but these errors were encountered:
In
fit.workflow()
, we can know whether a model fit will fail usingparsnip::spec_is_possible()
. Calling this before fitting the preprocessor would alleviate the pain of fitting a computationally intensive preprocessor, only for the model fit to then fail.The text was updated successfully, but these errors were encountered: