Skip to content
#

decision-tree-algorithm

Here are 26 public repositories matching this topic...

Decision Tree is a Supervised learning technique that can be used for both classification and Regression problems, but mostly it is preferred for solving Classification problems. It is a tree-structured classifier, where internal nodes represent the features of a dataset, branches represent the decision rules and each leaf node represents the ou…

  • Updated Jun 8, 2021
  • Python

Improve this page

Add a description, image, and links to the decision-tree-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the decision-tree-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more