Hi So I assume that you are doing hyperparameter search? Can you share what optimization method you are using for search (e.g. random, gp )? Also, is the search can be distributed in parallel to multi node ? And, if mindsdb is not part of the db, what happen if minddb fail ? Also, do you support automatic retraining? If yes, can you elaborate more?
> So I assume that you are doing hyperparameter search? Can you share what optimization method you are using for search (e.g. random, gp )? Short answer is optuna and ax but only sometimes. Long answer lead me down a rabbit whole and it's 10k+ words and a few experiments deep. If you're interested in this are specifically ping me, but I've got nothing concrete, however I like discussing it. A recent paper I saw that…
The issue with retraining is that you need new labels (assume supervised ML). so I wonder what process do you use to get those.