tidymodels / orbital

Turn Tidymodels Workflows Into Series of Equations
https://orbital.tidymodels.org
Other
18 stars 1 forks source link

Implement `tune::last_fit()` #13

Closed JavOrraca closed 3 months ago

JavOrraca commented 3 months ago

In situations where a model was trained via hyperparameter tuning and finalized / re-fit with tune::last_fit(), I encounter the following error:

Error in `orbital()`:
! Is not implemented for a <last_fit> object.

This {orbital} implementation would be excellent, and I'm loving this early stage package! 🚀

Two other observations and questions:

JavOrraca commented 3 months ago

Note: This would require support for rsample::initial_split() objects, etc.

EmilHvitfeldt commented 3 months ago

I have a handful of steps that will be able to be translated, step_dummy is on the list, as are many of the embed steps