From 804c17817587e1fb266b873282ceca9707d79f4b Mon Sep 17 00:00:00 2001 From: nuluh Date: Sun, 20 Apr 2025 16:32:31 +0700 Subject: [PATCH] fix(notebooks): remove erroneous line and add markdown for testing outside training data --- code/notebooks/stft.ipynb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/code/notebooks/stft.ipynb b/code/notebooks/stft.ipynb index b1c16b3..29125e7 100644 --- a/code/notebooks/stft.ipynb +++ b/code/notebooks/stft.ipynb @@ -793,7 +793,6 @@ "\n", " # df1['s1'] = sensor1[sensor1.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", "\n", " # plt.plot(df1['s2'], label='sensor 2')\n", @@ -823,14 +822,19 @@ " # plt.show()" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Test with Outside of Its Training Data" + ] + }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], - "source": [ - "spectograph('D:/thesis/data/converted/raw')" - ] + "source": [] } ], "metadata": {