Reticulate (Markdown) - Preprocess w/Recipes and Model with Sklearn...

Anyone have good example of feeding a recipes into a sklearn pipeline ? I find the new tidymodels recipes is sooo easy for preprocess but have a lot of code under sklearn for model development and cross validation, would be interested if there are some snipits to integrate recipes.

The challenge I have is using juice/bake dataframe into sklearn model works, but integrating that process into each cv fold in sklearn is a challenge.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.