- This is a simple machine learning model created to identify music genres listened to people of different ages and genders.
- This is a simple model trained by a small dataset.
- Its aim is to identify people and the genres they are most likely to be interested in with the help of their ages.
- Python 3.6+
- Jupyter Notebook
- Pandas
- Numpy
- Scikit-learn
- joblib package
-
Dot Plugins that are used to visualize the decision tree which uses DOT Language.
-
Pandas, Numpy, Scikit-learn libraries as well as the required packages can be installed through
$ python -m pip install
in the cmd or direct download in the pyCharm IDE.