Predicts number of olympic medals a country will win in the Olympics. Trains a Linear Regression machine learning model using imported historical data. Uses error ratio to evaluate model effectiveness and adjust model's prediction factors.
Project Steps
- Form a hypothesis.
- Find and explore the data.
- (If necessary) Reshape the data to predict your target.
- Clean the data for ML.
- Pick an error metric.
- Split your data.
- Train a model.
The following was installed and used to complete this project:
- Python 3.8+
- Python packages
- pandas
- numpy
- scikit-learn
- seaborn
We'll be using data from the Olympics, in the format of a csv file. Originally on Kaggle.