[go: up one dir, main page]

0% found this document useful (0 votes)
11 views1 page

Decision Trees

Decision trees are supervised learning models that partition data into subsets based on feature rules. They utilize impurity measures such as Gini Index and Information Gain for optimal splits. While they are interpretable, they may suffer from overfitting if not properly pruned.

Uploaded by

reemshahbaz1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Decision Trees

Decision trees are supervised learning models that partition data into subsets based on feature rules. They utilize impurity measures such as Gini Index and Information Gain for optimal splits. While they are interpretable, they may suffer from overfitting if not properly pruned.

Uploaded by

reemshahbaz1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Decision Trees

Decision trees are supervised learning models that split data into subsets using feature-based
rules.

They use impurity measures like Gini Index and Information Gain to choose optimal splits.

Advantages include interpretability; drawbacks include overfitting if not pruned.

You might also like