Is there a way to reverse-search my results?

Didn’t take note of my optimal parameters, but I have the CSV output after using the predict() function. Would there be a way to feed in these results and find what my optimal parameters were?

Thanks!

Decision tree models are nonlinear, so it’s hard to get the model from predictions if you lost the model. You will have to re-train again.