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:
I don't see a binding for recipes::step_dummy() in the package - Is this in the works?
Will any {embed} functions be implemented with this? For example, embed::step_lencode_mixed() or embed::step_lencode_glm() (although, I fully recognize this would be a bear) 🙏
In situations where a model was trained via hyperparameter tuning and finalized / re-fit with
tune::last_fit()
, I encounter the following error:This {orbital} implementation would be excellent, and I'm loving this early stage package! 🚀
Two other observations and questions:
recipes::step_dummy()
in the package - Is this in the works?embed::step_lencode_mixed()
orembed::step_lencode_glm()
(although, I fully recognize this would be a bear) 🙏