#10 Machine Learning & Data Science Challenge 10
What is a Decision Tree?
A Decision tree is a type of supervised learning algorithm that can be used in classification and regressor problems.
The input to a decision tree can be both continuous and categorical.
It works on an if-then statement.
...
bhagirathkd.hashnode.dev1 min read