products:ict:ai:decision_trees
Differences
This shows you the differences between two versions of the page.
| products:ict:ai:decision_trees [2022/04/16 22:31] – created wikiadmin | products:ict:ai:decision_trees [2022/04/26 14:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | |||
| + | |||
| + | [[https:// | ||
| + | Decision Trees]] | ||
| + | |||
| + | [[https:// | ||
| + | Decision Tree]] | ||
| + | |||
| + | Decision Tree : Decision tree is the most powerful and popular tool for classification and prediction. A Decision tree is a flowchart like tree structure, where each internal node denotes a test on an attribute, each branch represents an outcome of the test, and each leaf node (terminal node) holds a class label. | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | |||