https://github.com/rbhatia46/fifa_world_cup_2018_prediction
A Logistic Regression Model to predict the Round of 16 teams for FIFA World Cup 2018
https://github.com/rbhatia46/fifa_world_cup_2018_prediction
logistic-regression machine-learning worldcup2018
Last synced: 7 months ago
JSON representation
A Logistic Regression Model to predict the Round of 16 teams for FIFA World Cup 2018
- Host: GitHub
- URL: https://github.com/rbhatia46/fifa_world_cup_2018_prediction
- Owner: rbhatia46
- Created: 2018-05-31T23:10:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T04:31:49.000Z (over 7 years ago)
- Last Synced: 2025-01-24T18:37:06.530Z (9 months ago)
- Topics: logistic-regression, machine-learning, worldcup2018
- Language: Python
- Size: 470 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FIFA_World_Cup_2018_Prediction
A Logistic Regression Model to predict the Round of 16 teams for FIFA World Cup 2018## Libraries Used
* Numpy
* Pandas
* Scikit-Learn## How to run the model
* Install the above dependencies
* Run the python script from the terminal or use an IDE.
```
python prediction.py
```