We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e245e7 commit 38a4e5fCopy full SHA for 38a4e5f
data_processing.py
@@ -20,7 +20,7 @@ def convert2onehot(data):
20
21
22
if __name__ == "__main__":
23
- data = load_data(download=False)
+ data = load_data(download=True)
24
new_data = convert2onehot(data)
25
26
print(data.head())
0 commit comments