following code in python uses scikit learning library to train and test dataset for Decision tree classification
- pandas
- numpy
- scikit learn(sklearn)
Dataset includes
- age
- gender
- genre
the model try to predict genre on the basis of gender and age
following code in python uses scikit learning library to train and test dataset for Decision tree classification
Dataset includes
the model try to predict genre on the basis of gender and age