Update 'create-dataset.py'
This commit is contained in:
parent
00ac7f6169
commit
94c4af6f90
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user