Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 253 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 253 Bytes

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.