Skip to content

Commit 57f0244

Browse files
committed
Adding Sktime
1 parent 4c12644 commit 57f0244

File tree

13 files changed

+11276
-0
lines changed

13 files changed

+11276
-0
lines changed

ert/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# ERT
2+
3+
Source: https://ert.readthedocs.io

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,12 @@ pandas==2.1.0
132132
pandocfilters==1.5.0
133133
parso==0.8.3
134134
patlib==0.3.5
135+
patsy==0.5.6
135136
pexpect==4.9.0
136137
Pillow==10.1.0
137138
pip==23.3.1
138139
platformdirs==3.11.0
140+
plotly==5.18.0
139141
pluggy==1.3.0
140142
prometheus-client==0.19.0
141143
prompt-toolkit==3.0.43
@@ -150,6 +152,7 @@ Pygments==2.17.2
150152
pylfsr==1.0.7
151153
pymap3d==3.0.1
152154
pymc==5.10.2
155+
pyod==1.1.0
153156
pyparsing==3.1.1
154157
PyQt5==5.15.10
155158
PyQt5-Qt5==5.15.2
@@ -177,6 +180,7 @@ ruamel.yaml.clib==0.2.8
177180
scikit-base==0.6.1
178181
scikit-learn==1.3.2
179182
scipy==1.11.4
183+
seaborn==0.12.2
180184
segyio==1.9.12
181185
Send2Trash==1.8.2
182186
setuptools==68.2.2
@@ -189,11 +193,13 @@ soupsieve==2.5
189193
SQLAlchemy==2.0.23
190194
stack-data==0.6.3
191195
starlette==0.27.0
196+
statsmodels==0.14.0
192197
stonesoup==1.1
193198
struct-tools==0.2.5
194199
sympy==1.12
195200
tables==3.9.2
196201
tabulate==0.8.10
202+
tenacity==8.2.3
197203
terminado==0.18.0
198204
threadpoolctl==3.2.0
199205
tinycss2==1.2.1

sktime/1-Basic-forecasting-workflows.ipynb

Lines changed: 3610 additions & 0 deletions
Large diffs are not rendered by default.

sktime/1a-Forecasting-with-sktime.ipynb

Lines changed: 238 additions & 0 deletions
Large diffs are not rendered by default.

sktime/1b-Probabilistic-Forecasting.ipynb

Lines changed: 3477 additions & 0 deletions
Large diffs are not rendered by default.

sktime/Get-Started.ipynb

Lines changed: 237 additions & 0 deletions
Large diffs are not rendered by default.

sktime/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# sktime
2+
3+
Source: https://www.sktime.net

0 commit comments

Comments
 (0)