Browse Source

Organization of folders

WillKoehrsen 6 years ago
parent
commit
2a19473f06

+ 5 - 5
cyclical-features/Testing Cyclical Encoding.ipynb

@@ -165,7 +165,7 @@
     {
     {
      "data": {
      "data": {
       "text/plain": [
       "text/plain": [
-       "'temp-plot.html'"
+       "'file:///Users/williamkoehrsen/git/Data-Analysis/cyclical-features/temp-plot.html'"
       ]
       ]
      },
      },
      "execution_count": 3,
      "execution_count": 3,
@@ -583,7 +583,7 @@
     {
     {
      "data": {
      "data": {
       "text/plain": [
       "text/plain": [
-       "'temp-plot.html'"
+       "'file:///Users/williamkoehrsen/git/Data-Analysis/cyclical-features/cylical_encoding_day_of_year.html'"
       ]
       ]
      },
      },
      "execution_count": 8,
      "execution_count": 8,
@@ -593,7 +593,7 @@
    ],
    ],
    "source": [
    "source": [
     "fig = data.iplot(y=['sin_day_of_year', 'cos_day_of_year'], title=\"Cyclically Encoded Day of Year\", asFigure=True)\n",
     "fig = data.iplot(y=['sin_day_of_year', 'cos_day_of_year'], title=\"Cyclically Encoded Day of Year\", asFigure=True)\n",
-    "plot(fig)"
+    "plot(fig, filename='cylical_encoding_day_of_year.html')"
    ]
    ]
   },
   },
   {
   {
@@ -604,7 +604,7 @@
     {
     {
      "data": {
      "data": {
       "text/plain": [
       "text/plain": [
-       "'temp-plot.html'"
+       "'file:///Users/williamkoehrsen/git/Data-Analysis/cyclical-features/temp-plot.html'"
       ]
       ]
      },
      },
      "execution_count": 9,
      "execution_count": 9,
@@ -614,7 +614,7 @@
    ],
    ],
    "source": [
    "source": [
     "fig = data.loc['2014-01-01': '2014-01-08'].iplot(y=['sin_time_of_day', 'cos_time_of_day'], title=\"Cyclically Encoded Time of Day\", asFigure=True)\n",
     "fig = data.loc['2014-01-01': '2014-01-08'].iplot(y=['sin_time_of_day', 'cos_time_of_day'], title=\"Cyclically Encoded Time of Day\", asFigure=True)\n",
-    "plot(fig)"
+    "plot(fig, 'cyclical_encoding_time_of_day.html')"
    ]
    ]
   },
   },
   {
   {

File diff suppressed because it is too large
+ 7 - 0
cyclical-features/cylical_encoding_day_of_year.html


File diff suppressed because it is too large
+ 7 - 0
cyclical-features/temp-plot.html


File diff suppressed because it is too large
+ 0 - 712
watt-time/Introduction to Watt Time.ipynb