Added init.py file. Added csv output lines in main.
parent
d5318bab56
commit
4a8be1381c
|
@ -18,7 +18,7 @@
|
|||
"import matplotlib.pyplot as plt\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"# custom scipts \n",
|
||||
"# custom scripts \n",
|
||||
"import scripts.read as read\n",
|
||||
"import scripts.prep as prep\n",
|
||||
"import scripts.kmeans as kmeans"
|
||||
|
@ -1009,6 +1009,17 @@
|
|||
"df_reduced"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# output files\n",
|
||||
"# df_labels.to_csv('daytype.csv')\n",
|
||||
"# df_reduced.to_csv('reduced_data.csv')"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 8,
|
||||
|
|
Loading…
Reference in New Issue