Machine Learning Exercise 1: Simple Music Genre Prediction

Pandas_dataFrame_in_python

My first machine learning project.

I used a sample data set (just 18 rows) with three features: age, gender, and genre. The training set was split using 80% of the sample. Age and gender were used to predict genre.

I worked in Jupyter notebook and used pandas, joblib and the DecisionTreeClassifier from scikit-learn (i.e. sklearn).

You Might Also Like