Project VI: Machine Learning Music Predictor using Scikit-Learn
Created a model using Decision Trees and Naive Bayes to:
- Train the model
- Make predictions
- Evaluate and improve the machine learning model
Further functions done:
- Importation of data
- Cleaning data
- Splitting the data into train and test data
- Importing the models.
- Displaying the decision tree model

Generated Decision Tree
Code available upon request.