Update 'create-dataset.py'

This commit is contained in:
Patryk Gałka 2023-04-19 17:02:26 +02:00
parent 00ac7f6169
commit 94c4af6f90

View File

@ -3,7 +3,7 @@ import os
#from sklearn.model_selection import train_test_split
CUTOFF = os.environ['CUTOFF']
CUTOFF = int(os.environ['CUTOFF'])
# READ DATA
video_games = pandas.read_csv('./ium_z434686/Video_Games_Sales_as_at_22_Dec_2016.csv',