diff --git a/7-TimeSeries/3-SVR/working/notebook.ipynb b/7-TimeSeries/3-SVR/working/notebook.ipynb index 60968530..6700ad55 100644 --- a/7-TimeSeries/3-SVR/working/notebook.ipynb +++ b/7-TimeSeries/3-SVR/working/notebook.ipynb @@ -29,7 +29,17 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import sys\n", + "sys.path.append('../../')" + ] + }, + { + "cell_type": "code", + "execution_count": 2, "metadata": { "id": "M687KNlQFp0-" }, @@ -68,7 +78,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "metadata": { "colab": { "base_uri": "https://localhost:8080/", @@ -77,9 +87,72 @@ "id": "aBDkEB11Fumg", "outputId": "99cf7987-0509-4b73-8cc2-75d7da0d2740" }, - "outputs": [], - "source": [ - "energy = load_data('./data')[['load']]\n", + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + " | load | \n", + "
---|---|
2012-01-01 00:00:00 | \n", + "2698.0 | \n", + "
2012-01-01 01:00:00 | \n", + "2558.0 | \n", + "
2012-01-01 02:00:00 | \n", + "2444.0 | \n", + "
2012-01-01 03:00:00 | \n", + "2402.0 | \n", + "
2012-01-01 04:00:00 | \n", + "2403.0 | \n", + "