ForzaJuve1 commited on
Commit
6a5490c
1 Parent(s): 699fe9e

Update Integration.py

Browse files
Files changed (1) hide show
  1. Integration.py +1 -1
Integration.py CHANGED
@@ -531,7 +531,7 @@ class Euro2020Dataset(DatasetBuilder):
531
  # Since the final processed dataset is a single CSV file that combines the content from numerous rows to only 51 rows,
532
  # with each row representing the information of each game, I will just use a single 'train' split and no need for test / validation.
533
 
534
- path = "/Users/chuhanguo/Desktop/Winter 2024/STA 663/Euro2020.csv"
535
 
536
  return [
537
  SplitGenerator(
 
531
  # Since the final processed dataset is a single CSV file that combines the content from numerous rows to only 51 rows,
532
  # with each row representing the information of each game, I will just use a single 'train' split and no need for test / validation.
533
 
534
+ path = "/content/Euro2020.csv"
535
 
536
  return [
537
  SplitGenerator(