Saving Random Model is taking too much time

I am trying to save my Random Forest model. It has been 5 hours and it is still running. The picture is my random forest model. I am trying to parse the model:

parsed <- parse_model(pull_workflow_fit(final_res$.workflow[[1]]))

It is taking too long to parse the model. Am I doing something wrong here?

Without a reproducible example (and session information), it is difficult to say.

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