update dataset location
This commit is contained in:
parent
fa84ce5c18
commit
570b96d272
@ -41,7 +41,7 @@ def create_train_dev_test():
|
||||
print(data_dev.describe(include="all"))
|
||||
|
||||
|
||||
imbd_data = pd.read_csv('../imdb_top_1000.csv')
|
||||
imbd_data = pd.read_csv('imdb_top_1000.csv')
|
||||
|
||||
drop_relevant_columns()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user