cdeanatx / Olympic_Medal_Predictions

This purpose of this repository is to analyze historical Olympic Games results held since 1964 and create a web-deployable machine learning model to allow for interactivity in predicting whether YOU could medal in an Olympic event!
2 stars 3 forks source link

Machine Learning Model - Logistic Regression/Random Forest #4

Open cdeanatx opened 2 years ago

cdeanatx commented 2 years ago

olympics_analysis_and_prediction.py contains a lot of irrelevant lines of code, likely due to being converted from a Jupyter Notebook. For example,

# Getting the null count columnwise
column_null_counts = olympic_data.isnull().sum(axis=0)
column_null_counts