-
Is there anywhere a list of models that are known to tangram? Like, when the Overview page says "The best model is a Gradient Boosted Tree Multiclass Classifier." - what are the other ones that the system can suggest? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @DannyBen, in the left sidebar, under "Training", click "Grid". There you can see a list of models that tangram tried before choosing the best one. Right now tangram trains linear and gradient boosted decision tree models with a range of hyperparameter settings. If you want to customize the specific models trained with a configuration file, check out the docs here. |
Beta Was this translation helpful? Give feedback.
Hi @DannyBen, in the left sidebar, under "Training", click "Grid". There you can see a list of models that tangram tried before choosing the best one. Right now tangram trains linear and gradient boosted decision tree models with a range of hyperparameter settings.
If you want to customize the specific models trained with a configuration file, check out the docs here.