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

make sure steps handles sparse columns correctly #1395

Open
29 tasks
EmilHvitfeldt opened this issue Nov 15, 2024 · 0 comments
Open
29 tasks

make sure steps handles sparse columns correctly #1395

EmilHvitfeldt opened this issue Nov 15, 2024 · 0 comments
Labels
feature a feature request or enhancement

Comments

@EmilHvitfeldt
Copy link
Member

EmilHvitfeldt commented Nov 15, 2024

tidymodels/planning#29

For sure

  • step_impute_lower()
  • step_impute_mean()
  • step_impute_mode()
  • step_impute_roll()
  • step_sqrt()
  • step_scale()
  • step_geodist()
  • step_corrr()
  • step_filter_missing()
  • step_lincomb()
  • step_nzv()
  • step_rm()
  • step_zv()
  • step_lag()
  • step_naomit()
  • step_impute_roll()
  • step_bin2factor()
  • step_num2factor()

Might work out of the box

  • step_select()
  • step_sample()
  • step_shuffle()
  • step_slice()
  • step_arrange()
  • step_filter()
  • step_rename()
  • step_rename_at()

I think

  • step_classdist()
  • step_classdist_shrunken()
  • step_window()
@EmilHvitfeldt EmilHvitfeldt added the feature a feature request or enhancement label Nov 15, 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