Decision Tree
- Decision tree can be used for Feature Selection because if some feature is not important enough then those feature won't be used to split the tree
There are 2 types of decision tree depending on the task
Advantages:
- Easy to interpret
- Explainable
- They are good in Handling Outliers
- As the outliers are not used to split the tree
- No pre-processing needed for data