Commit 7cc7f28b authored by Joaquin Torres's avatar Joaquin Torres

Generated list of attribute names

parent 050d8a00
File added
...@@ -163,6 +163,16 @@ ...@@ -163,6 +163,16 @@
"np.save('./data/output/post/X_train_under_post.npy', X_train_under_post)\n", "np.save('./data/output/post/X_train_under_post.npy', X_train_under_post)\n",
"np.save('./data/output/post/y_train_under_post.npy', y_train_under_post)" "np.save('./data/output/post/y_train_under_post.npy', y_train_under_post)"
] ]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"# Save features\n",
"np.save('./data/output/attributes.npy', feat)"
]
} }
], ],
"metadata": { "metadata": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment