|
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? |
Answered by
nitsky
Jul 26, 2021
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. |
1 reply
Answer selected by
DannyBen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.