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

document use of sparse data in recipes #1370

Closed EmilHvitfeldt closed 2 months ago

EmilHvitfeldt commented 2 months ago

ref: https://github.com/tidymodels/recipes/issues/1343

This documents the use of sparse data in the interface functions recipe(), prep(), and bake(). Documentation for steps will be added as those steps are modified to work with sparse data.

github-actions[bot] commented 1 month ago

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex https://reprex.tidyverse.org) and link to this issue.