|
@@ -165,7 +165,7 @@
|
|
|
{
|
|
|
"data": {
|
|
|
"text/plain": [
|
|
|
- "'temp-plot.html'"
|
|
|
+ "'file:///Users/williamkoehrsen/git/Data-Analysis/cyclical-features/temp-plot.html'"
|
|
|
]
|
|
|
},
|
|
|
"execution_count": 3,
|
|
@@ -583,7 +583,7 @@
|
|
|
{
|
|
|
"data": {
|
|
|
"text/plain": [
|
|
|
- "'temp-plot.html'"
|
|
|
+ "'file:///Users/williamkoehrsen/git/Data-Analysis/cyclical-features/cylical_encoding_day_of_year.html'"
|
|
|
]
|
|
|
},
|
|
|
"execution_count": 8,
|
|
@@ -593,7 +593,7 @@
|
|
|
],
|
|
|
"source": [
|
|
|
"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": {
|
|
|
"text/plain": [
|
|
|
- "'temp-plot.html'"
|
|
|
+ "'file:///Users/williamkoehrsen/git/Data-Analysis/cyclical-features/temp-plot.html'"
|
|
|
]
|
|
|
},
|
|
|
"execution_count": 9,
|
|
@@ -614,7 +614,7 @@
|
|
|
],
|
|
|
"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",
|
|
|
- "plot(fig)"
|
|
|
+ "plot(fig, 'cyclical_encoding_time_of_day.html')"
|
|
|
]
|
|
|
},
|
|
|
{
|