Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 763 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 763 Bytes

README

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

Classification

The following classifiers have beed used:

  • Decision Tree
  • SupportVector Machines
  • K-Nearest Neighbour
  • Random Forest
  • AdaBoost with Decision Trees as weak learners.