Tag: Python

Wednesday May 1st, 2019

Decision Tree

Decision Tree is a machine learning algorithm which you can make the classification and raegression. Implementation of this algorithm very easy. In decision tree algorithm, Decision were made by looking at the value which given at the start. The given root separated to the two branches and process goes with these branches. I want to make prediction using by the decision tree algorithm. I have a dataset which […]