Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
cerlymarco committed Aug 23, 2020
1 parent 894cbc5 commit 3571cd9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 deletions notebooks/Basic Smoothing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"\n",
"from tsmoothie.utils.utils_func import sim_randomwalk\n",
"from tsmoothie.utils_func import sim_randomwalk\n",
"from tsmoothie.smoother import *"
]
},
Expand Down Expand Up @@ -49,7 +49,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x212e59f94c8>"
"<matplotlib.collections.PolyCollection at 0x1d876123cc8>"
]
},
"execution_count": 4,
Expand Down Expand Up @@ -100,7 +100,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x212e5ac8408>"
"<matplotlib.collections.PolyCollection at 0x1d8761f1c48>"
]
},
"execution_count": 6,
Expand Down Expand Up @@ -151,7 +151,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x212e5b4dbc8>"
"<matplotlib.collections.PolyCollection at 0x1d87627c508>"
]
},
"execution_count": 8,
Expand Down Expand Up @@ -202,7 +202,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x212e5fe2d88>"
"<matplotlib.collections.PolyCollection at 0x1d87671c488>"
]
},
"execution_count": 10,
Expand Down Expand Up @@ -253,7 +253,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x212e706ba48>"
"<matplotlib.collections.PolyCollection at 0x1d8767cb188>"
]
},
"execution_count": 12,
Expand Down Expand Up @@ -304,7 +304,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x212e70e4508>"
"<matplotlib.collections.PolyCollection at 0x1d877810dc8>"
]
},
"execution_count": 14,
Expand Down Expand Up @@ -355,7 +355,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x212e7163388>"
"<matplotlib.collections.PolyCollection at 0x1d87788ec48>"
]
},
"execution_count": 16,
Expand Down Expand Up @@ -407,7 +407,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x212e71e2208>"
"<matplotlib.collections.PolyCollection at 0x1d87790eb88>"
]
},
"execution_count": 18,
Expand Down
22 changes: 11 additions & 11 deletions notebooks/Sinusoidal Smoothing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"\n",
"from tsmoothie.utils.utils_func import sim_seasonal_data\n",
"from tsmoothie.utils_func import sim_seasonal_data\n",
"from tsmoothie.smoother import *"
]
},
Expand Down Expand Up @@ -56,7 +56,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x21c26fd7688>"
"<matplotlib.collections.PolyCollection at 0x163175d3b48>"
]
},
"execution_count": 4,
Expand Down Expand Up @@ -107,7 +107,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x21c2709ec08>"
"<matplotlib.collections.PolyCollection at 0x1631769c688>"
]
},
"execution_count": 6,
Expand Down Expand Up @@ -158,7 +158,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x21c2818ec88>"
"<matplotlib.collections.PolyCollection at 0x1631879aec8>"
]
},
"execution_count": 8,
Expand Down Expand Up @@ -209,7 +209,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x21c27045908>"
"<matplotlib.collections.PolyCollection at 0x163176d9688>"
]
},
"execution_count": 10,
Expand Down Expand Up @@ -262,7 +262,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x21c2a6f3c88>"
"<matplotlib.collections.PolyCollection at 0x1631ad06a48>"
]
},
"execution_count": 12,
Expand Down Expand Up @@ -339,7 +339,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x21c2a763908>"
"<matplotlib.collections.PolyCollection at 0x1631ad6dcc8>"
]
},
"execution_count": 15,
Expand Down Expand Up @@ -390,7 +390,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x21c2a7ceb88>"
"<matplotlib.collections.PolyCollection at 0x1631ade4b08>"
]
},
"execution_count": 17,
Expand Down Expand Up @@ -441,7 +441,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x21c2a7f43c8>"
"<matplotlib.collections.PolyCollection at 0x1631ae15a08>"
]
},
"execution_count": 19,
Expand Down Expand Up @@ -492,7 +492,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x21c2a8b8d88>"
"<matplotlib.collections.PolyCollection at 0x1631aec0c88>"
]
},
"execution_count": 21,
Expand Down Expand Up @@ -545,7 +545,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PolyCollection at 0x21c2a92ad08>"
"<matplotlib.collections.PolyCollection at 0x1631af35a08>"
]
},
"execution_count": 23,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Sliding Smoothing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"\n",
"from tsmoothie.utils.utils_func import sim_seasonal_data\n",
"from tsmoothie.utils_func import sim_seasonal_data\n",
"from tsmoothie.smoother import *"
]
},
Expand Down

0 comments on commit 3571cd9

Please sign in to comment.