Hi all! A user was asking about finding the optimi...
# support
y
Hi all! A user was asking about finding the optimized set of parameters for TimeGPT. I remember @Nikhil Gupta had worked on a function for this?
n
Not a function. Just a piece of code that does Cross Validation and Grid Search. Let me pull it up.
You should have received the invite.
y
Fantastic! Thanks @Nikhil Gupta this is exactly what I need
n
It is just an experiment. It uses MLFlow, but we should create one without it.
y
I’m wondering if we’ll be publishing it recently?
It’s going to be very useful
n
Yes, we should clean it up and make a tutorial or a GridSearch Class in the client. I can do that when I get some time.
👍 1
h
Wait, I think we should get rid of mlflow, and also there are other search algos, random, bayesian, i think we should release a feature for this and then publish
n
Yes of course. This was just an experiment. There is no need for MLFlow. I can create classes for Random search, Grid search and Bayesian search, etc