Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 403 Bytes

File metadata and controls

15 lines (10 loc) · 403 Bytes

Music Predictor

A simple python program to suggest music based on age and gender.

Technology

  • Language: Python 3.9
  • Libraries: sklearn, pandas
  • Tools: Juypter Notebook

Algorithm

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.

Thank you