[go: up one dir, main page]

0% found this document useful (0 votes)
28 views10 pages

ML Assignment 2

Uploaded by

Puneet Purohit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views10 pages

ML Assignment 2

Uploaded by

Puneet Purohit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

CSE – 4020 Machine Learning Lab

Name: Puneet Purohit Date: 28/09/21


Reg.: No.: 20BCE0191 Slot: L53+L54

Aim: To implement the Decision Tree model using the scikit learn and test and train using
both ID3 and CART algorithms.
Implementation:
30% testing data and 70% training data
With 20% testing data and 80% training data
With 40% testing data and 60% training data
Conclusion: We have implemented decision tree model using scikit learn, both CART and
ID3 algorithm. By analysing the output for different ratios (30-70,20-80,40-60) of testing and
training data , we can say that both give approximately the same result, hence the decision
model is successfully implemented.

You might also like