Skip to content

Decision Trees are a popular machine learning algorithm used for classification and regression tasks. It is a tree-based model where each node represents a decision based on a feature of the data and each leaf represents a prediction.

Notifications You must be signed in to change notification settings

darian-catalin-cucer/decision-trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

decision-trees

Decision Trees are a popular machine learning algorithm used for classification and regression tasks. It is a tree-based model where each node represents a decision based on a feature of the data and each leaf represents a prediction.

About

Decision Trees are a popular machine learning algorithm used for classification and regression tasks. It is a tree-based model where each node represents a decision based on a feature of the data and each leaf represents a prediction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages