zeel sheladiya commited on
Commit
a1b4f7f
·
1 Parent(s): c3730de

solve home and away team name issue

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. merged_all_table.pkl +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ import random
4
 
5
  data = pd.read_pickle("merged_all_table.pkl", compression='bz2')
6
 
7
- home_team_id = sorted(data["team_long_name"].unique())
8
- away_team_id = sorted(data["team_long_name"].unique())
9
 
10
 
11
  def predict(*args):
 
4
 
5
  data = pd.read_pickle("merged_all_table.pkl", compression='bz2')
6
 
7
+ home_team_id = sorted(data["home_team_long_name"].unique())
8
+ away_team_id = sorted(data["away_team_long_name"].unique())
9
 
10
 
11
  def predict(*args):
merged_all_table.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f92279220485363b8c4159144a63a2580bbe523256cce4f240064f294809cbb
3
- size 11098355
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4532d027b0a821e7728ae57c9eb78ec2c0289ce59b90ee36d2d1c735f9b2bb37
3
+ size 11138663