Skip to content

Commit 1784eed

Browse files
univariate ridge2+plot Pt.3
1 parent 54c39bc commit 1784eed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/ridge2regressor_univariate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
print("Example 2 -----")
3434

3535
d3 = Ridge2Regressor(h = h, date_formatting = "original",
36-
type_pi="bootstrap", B=5)
36+
type_pi="bootstrap", B=100)
3737

3838
start = time()
3939
d3.forecast(df)
@@ -70,7 +70,7 @@
7070
print("Example 2 -----")
7171

7272
d3 = Ridge2Regressor(h = h, date_formatting = "original",
73-
type_pi="bootstrap", B=5)
73+
type_pi="blockbootstrap", B=100)
7474

7575
start = time()
7676
d3.forecast(df)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def install_packages():
9494
from codecs import open
9595
from os import path
9696

97-
__version__ = "0.21.4"
97+
__version__ = "0.22.0"
9898

9999
here = path.abspath(path.dirname(__file__))
100100

0 commit comments

Comments
 (0)