Hands-On Neural Network Programming with C#
上QQ阅读APP看书,第一时间看更新

When should we use a decision tree?

The following are some examples of when to use a decision tree:

  • When you want a simple and explainable model
  • When your model should be non-parametric
  • When you don’t want to worry about feature selection