Checkout
Personalized AI apps
Build multi-agent systems without code and automate document search, RAG and content generation
Start free trial
Question

Model Tuning - How is model tuning done?

Answer

Tuning is typically an iterative process wherein you experiment with different hyperparameters (e.g., the number of trees in a tree-based algorithm or the value of alpha in a linear algorithm), run the algorithm on new data, and finally compare its performance on your validation set to find out which...