tidymodels / recipes

Pipeable steps for feature engineering and data preprocessing to prepare for modeling
https://recipes.tidymodels.org
Other
571 stars 113 forks source link

cli::cli_warn("All predictors are missing; cannot impute.") should be rewritten #1385

Open EmilHvitfeldt opened 4 weeks ago

EmilHvitfeldt commented 4 weeks ago

The above warning appears a couple of times. But we can rewrite it to be much more informative.

Technically it happens if one predictor only contains missing values.