Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check plausibility of model spec before fitting preprocessor #274

Open
simonpcouch opened this issue Dec 11, 2024 · 0 comments
Open

check plausibility of model spec before fitting preprocessor #274

simonpcouch opened this issue Dec 11, 2024 · 0 comments
Labels
feature a feature request or enhancement

Comments

@simonpcouch
Copy link
Contributor

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.

@simonpcouch simonpcouch added the feature a feature request or enhancement label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant