Give music recommendations with a machine learning model (Decision Trees)
A classification machine learning problem -Supervised learning
Problem definition: In an online music store, I have 2 informations about user: age, gender. I have also "genre" information for current registered users. I train my model with Decision Tree algorithm and calculate accuracy in the end
Library: Scikit-learn
Package: Sklearn
Module: Tree
Class: DecisionTreeClassifier