文件名称:FIFA-WC-2018:用Python预测FIFA世界杯2018的获胜者
文件大小:500KB
文件格式:ZIP
更新时间:2024-05-31 05:46:22
python jupyter-notebook logistic-regression worldcup fifa
FIFA-WC-2018 在LogisticRegression的帮助下预测2018年FIFA世界杯冠军。 的Python 3 大熊猫 麻木 matplotlib.pyplot 海生的 matplotlib.ticker sklearn.model_selection sklearn.linear_model #加载数据 world_cup = pd.read_csv('datasets/World_Cup_2018_Dataset.csv') results = pd.read_csv('datasets/results.csv') #参加世界杯的团队 worldcup_teams = ['Australia', ' Iran', 'Japan', 'Korea Republic', 'Saudi Arabia', 'Egypt', 'Mor
【文件预览】:
FIFA-WC-2018-master
----FIFA World Cup 2018 Prediction.ipynb(87KB)
----.gitignore(1KB)
----.ipynb_checkpoints()
--------FIFA World Cup 2018 Prediction-checkpoint.ipynb(87KB)
----README.md(13KB)
----datasets()
--------results.csv(2.51MB)
--------fixtures.csv(4KB)
--------fifa_rankings.csv(4KB)
--------World_Cup_2018_Dataset.csv(3KB)