/ICPC_EDA

Explanatory data analysis for the ICPC dataset

Primary LanguageJupyter Notebook

Note

  • the model used in the notebook overfits the data and it will be fixed with a correct model in nearest time.

ICPC_EDA

  • Explanatory data analysis and some visualization for the ICPC dataset from kaggle.
  • The dataset contains informations about icpc competition, hosts, teams participated in it from 1999 to 2022.
  • The notebook contains EDA and visualization on the dataset using python, pandas, numpy, and a model to predict if the team will get a gold medal or no using sikit learn random forests.