ForzaJuve1 commited on
Commit
6eb27f5
1 Parent(s): 4ed72b4

Update Integration.py

Browse files
Files changed (1) hide show
  1. Integration.py +5 -5
Integration.py CHANGED
@@ -595,10 +595,10 @@ class Euro2020Dataset(GeneratorBasedBuilder):
595
  "Humidity": row["Humidity"],
596
  "Temperature": row["Temperature"],
597
  "WindSpeed": row["WindSpeed"],
598
- "MatchEvent": match_event_processed,
599
- "TeamLineUps": row["TeamLineUps"],
600
- "TeamStats": row["TeamStats"],
601
- "PlayerStats": row["PlayerStats"],
602
- "PlayerPreMatchInfo": row["PlayerPreMatchInfo"],
603
  }
604
 
 
595
  "Humidity": row["Humidity"],
596
  "Temperature": row["Temperature"],
597
  "WindSpeed": row["WindSpeed"],
598
+ #"MatchEvent": match_event_processed,
599
+ #"TeamLineUps": row["TeamLineUps"],
600
+ #"TeamStats": row["TeamStats"],
601
+ #"PlayerStats": row["PlayerStats"],
602
+ #"PlayerPreMatchInfo": row["PlayerPreMatchInfo"],
603
  }
604