All You Need To Know About Decision Tree Algorithm
Reading Time: 5 minutes In this blog, we are going to discuss Decision Tree algorithm, a supervised algorithm which can be used to solve both regression and as well as classification problem too. A classification algorithm, in general, is a function that weighs the input features so that the output separates one class into positive values and the other into negative values. Introduction to Decision Tree Algorithm A decision tree Continue Reading