recipeselectors
recipeselectors copied to clipboard
terms_select deprecated please use recipe_eval_select
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
I got the same error when using step_select_mrmr()
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.
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}