Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 233 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 233 Bytes

Decision-tree

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