UBC-MDS / DSCI_522_OlympicMedalPrediction

This analysis seeks to predict the medal count of each country for the 2020 Summer Olympics
0 stars 2 forks source link

Feature Selection #7

Closed aaronquinton closed 5 years ago

aaronquinton commented 5 years ago

Hey @Sayanti86. I am making a lot of progress on the EDA and data wrangling. Stay tuned for wrangled data by the end of day tomorrow. (Nov21) to be used in our prediction model.

Notably i am working on combining GDP and population data to the country information. I think these will be powerful predictors to include in our analysis. See the wikipedia article, particularly the multivariate prediction model section. https://en.wikipedia.org/wiki/Olympic_medal_table#Medal_count_ranking

Sayanti86 commented 5 years ago

Hi Aaron ,

Great , I will keep the Python part of the script documentation ready .

Sayanti86 commented 5 years ago

Taken care of .