You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the code for Decision tree in machine learning using python.
There are various procedures involved .
*import modules
*upload dataset
*label X,Y
*train,test,split X & Y
*classify decision tree
*plot the result