frankiethull / maize

tidymodels extension package; binding specialty kernels & support vector machines to {parsnip} and {recipes}
Other
8 stars 1 forks source link

recipes: extending steps #10

Open frankiethull opened 1 month ago

frankiethull commented 1 month ago

thinking about steps that could be added to this package.

starting with these:

potentially others:

all four should be easy wins, the functions are within {kernlab} and {recipes} has a step_kpca_rbf() and step_kpca_poly() to start off.

additional info here: https://www.tidymodels.org/learn/develop/recipes/

frankiethull commented 1 month ago

another one, related to https://github.com/frankiethull/maize/issues/6#issuecomment-2371638282

https://rdrr.io/cran/mildsvm/src/R/kfm_nystrom.R

frankiethull commented 1 month ago

recipe branch is called polenta :corn: https://github.com/frankiethull/maize/tree/polenta