Skip to content

Commit 38a4e5f

Browse files
committed
update
1 parent 7e245e7 commit 38a4e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_processing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def convert2onehot(data):
2020

2121

2222
if __name__ == "__main__":
23-
data = load_data(download=False)
23+
data = load_data(download=True)
2424
new_data = convert2onehot(data)
2525

2626
print(data.head())

0 commit comments

Comments
 (0)