change default name in tidymodels

Hi, I am wondering if it is possible to change the default names of the models (stored in .config)?

E.g.
I want to change "Preprocessor1_Model1" into "random_forest_Preprocessor1_Model1"

Is it possible to add a prefix?

I checked all the step-functions but have not found anything...

cheers
chris

Yes. You can do it after the results are returned. They should be unique though.

1 Like

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.