A simple python program to suggest music based on age and gender.
- Language: Python 3.9
- Libraries: sklearn, pandas
- Tools: Juypter Notebook
I have used decision tree algorithm, which is a non-parametric supervised learning algorithm.
The file music.csv
is the dataset which contains all the data that has to be trained.