Added init.py file. Added csv output lines in main.

This commit is contained in:
Carmen 2021-01-17 01:29:06 +00:00
parent d5318bab56
commit 4a8be1381c
2 changed files with 12 additions and 1 deletions

View File

@ -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,

0
scripts/__init__.py Normal file
View File