fix(notebooks): remove erroneous line and add markdown for testing outside training data

This commit is contained in:
nuluh
2025-04-20 16:32:31 +07:00
parent 28681017ad
commit 804c178175

View File

@@ -793,7 +793,6 @@
"\n", "\n",
" # df1['s1'] = sensor1[sensor1.columns[-1]]\n", " # df1['s1'] = sensor1[sensor1.columns[-1]]\n",
" # df1['s2'] = sensor2[sensor2.columns[-1]]\n", " # df1['s2'] = sensor2[sensor2.columns[-1]]\n",
"ed\n",
" # # Combined Plot for sensor 1 and sensor 2 from data1 file in which motor is operated at 800 rpm\n", " # # Combined Plot for sensor 1 and sensor 2 from data1 file in which motor is operated at 800 rpm\n",
"\n", "\n",
" # plt.plot(df1['s2'], label='sensor 2')\n", " # plt.plot(df1['s2'], label='sensor 2')\n",
@@ -823,14 +822,19 @@
" # plt.show()" " # plt.show()"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Test with Outside of Its Training Data"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": []
"spectograph('D:/thesis/data/converted/raw')"
]
} }
], ],
"metadata": { "metadata": {