stevenpawley / recipeselectors

Additional recipes for supervised feature selection to be used with the tidymodels recipes package
https://stevenpawley.github.io/recipeselectors/
Other
55 stars 7 forks source link

terms_select deprecated please use recipe_eval_select #16

Open QizhiSu opened 9 months ago

QizhiSu commented 9 months ago

Hi recipeselectors developer,

I am trying to use step_select_vip, however, I encounter the following error: Error in step_select_vip(): Caused by error: ! terms_select() was deprecated in recipes 1.0.6 and is now defunct. ℹ Please use recipes_eval_select() instead.

As I don't use terms_select directly, so I guess the step_select_vip use this function internally. It there a way to solve this issue?

Thank you! Sukis

arcenis-r commented 9 months ago

I got the same error when using step_select_mrmr()

EmilHvitfeldt commented 9 months ago

You are getting these errors because the package recipeselectors is changing its name to 'colino'. Continued package development and eventual release top CRAN will occur from the 'https://github.com/stevenpawley/colino' repository.

arcenis-r commented 8 months ago

You are getting these errors because the package recipeselectors is changing its name to 'colino'. Continued package development and eventual release top CRAN will occur from the 'https://github.com/stevenpawley/colino' repository.

That worked... thanks! I'm looking forward to your work on {colino}