Decision Tree

Decision Tree

 Implement decision tree classifier in python. Use scikit-learn for various functionalities. Read

dataset from file. Partition the data in train and test sets, build the models using gini index and

entropy. Predict the output for test set.

1. Use sample_data.csv (provided with this assignment)

2. Use the Car evaluation dataset provided at the given link

Index of /ml/machine-learning-databases/car (uci.edu)

3030 Assignment 5

Post a Comment

Previous Post Next Post