This project has been developed for the Data Mining class by t0re199 and adel3roman6.
The project consists in Data Analysis, Exploration and Multi-Class Classification on a Google Play Application Dataset in Python.
Many data science libraries have been used, examples are:
- NumPy
- Pandas
- SkLearn
- Imblearn
- Matplotlib
- Seaborn
The following classifiers have beed used:
- Decision Tree
- SupportVector Machines
- K-Nearest Neighbour
- Random Forest
- AdaBoost with Decision Trees as weak learners.