Skip to content

Commit

Permalink
Revert "v1.1.4.3 (#825)"
Browse files Browse the repository at this point in the history
This reverts commit b462441.
  • Loading branch information
edwinnglabs authored Jan 10, 2024
1 parent b462441 commit 073c384
Show file tree
Hide file tree
Showing 40 changed files with 2,980 additions and 2,465 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
pip install -U pip
pip install -U setuptools
pip install -r requirements.txt
python -m pip install -U --editable ".[dev]"
pip install -r requirements-test.txt
python setup.py develop
- name: Test with pytest
run: python -m pytest tests/
run: pytest -vs tests/ --cov orbit/
8 changes: 7 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
include LICENSE
include README.md
include pyproject.toml
include *.txt
include requirements.txt
include requirements-test.txt
include orbit/stan/*.stan
include orbit/stylelib/*.mplstyle

prune orbit/stan_compiled
prune orbit/stan/dlt
prune orbit/stan/ets
prune orbit/stan/ktrlite
prune orbit/stan/lgt
prune orbit/stan/*.hpp

recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
Expand Down
200 changes: 99 additions & 101 deletions docs/tutorials/backtest.ipynb

Large diffs are not rendered by default.

46 changes: 9 additions & 37 deletions docs/tutorials/build_your_own_model.ipynb

Large diffs are not rendered by default.

99 changes: 76 additions & 23 deletions docs/tutorials/decompose_prediction.ipynb

Large diffs are not rendered by default.

232 changes: 169 additions & 63 deletions docs/tutorials/dlt.ipynb

Large diffs are not rendered by default.

409 changes: 76 additions & 333 deletions docs/tutorials/ets_lgt_dlt_missing_response.ipynb

Large diffs are not rendered by default.

21 changes: 6 additions & 15 deletions docs/tutorials/exploratory_data_analysis.ipynb

Large diffs are not rendered by default.

281 changes: 139 additions & 142 deletions docs/tutorials/ktr1.ipynb

Large diffs are not rendered by default.

219 changes: 104 additions & 115 deletions docs/tutorials/ktr2.ipynb

Large diffs are not rendered by default.

103 changes: 42 additions & 61 deletions docs/tutorials/ktr3.ipynb

Large diffs are not rendered by default.

95 changes: 42 additions & 53 deletions docs/tutorials/ktr4.ipynb

Large diffs are not rendered by default.

240 changes: 167 additions & 73 deletions docs/tutorials/lgt.ipynb

Large diffs are not rendered by default.

181 changes: 147 additions & 34 deletions docs/tutorials/model_diagnostics.ipynb

Large diffs are not rendered by default.

182 changes: 138 additions & 44 deletions docs/tutorials/model_estimations_predictions.ipynb

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/tutorials/other_utilities.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -119,43 +119,43 @@
" <th>0</th>\n",
" <td>x0</td>\n",
" <td>2020-01-31</td>\n",
" <td>1.496830</td>\n",
" <td>-0.588512</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1</th>\n",
" <td>x0</td>\n",
" <td>2020-02-29</td>\n",
" <td>0.737249</td>\n",
" <td>1.547821</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>x0</td>\n",
" <td>2020-03-31</td>\n",
" <td>-1.071827</td>\n",
" <td>1.114709</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3</th>\n",
" <td>x0</td>\n",
" <td>2020-04-30</td>\n",
" <td>0.277513</td>\n",
" <td>1.410516</td>\n",
" </tr>\n",
" <tr>\n",
" <th>4</th>\n",
" <td>x0</td>\n",
" <td>2020-05-31</td>\n",
" <td>-0.768590</td>\n",
" <td>-0.699229</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>"
],
"text/plain": [
" key dt x\n",
"0 x0 2020-01-31 1.496830\n",
"1 x0 2020-02-29 0.737249\n",
"2 x0 2020-03-31 -1.071827\n",
"3 x0 2020-04-30 0.277513\n",
"4 x0 2020-05-31 -0.768590"
"0 x0 2020-01-31 -0.588512\n",
"1 x0 2020-02-29 1.547821\n",
"2 x0 2020-03-31 1.114709\n",
"3 x0 2020-04-30 1.410516\n",
"4 x0 2020-05-31 -0.699229"
]
},
"execution_count": 3,
Expand Down Expand Up @@ -234,43 +234,43 @@
" <th>0</th>\n",
" <td>x0</td>\n",
" <td>2020-01-31</td>\n",
" <td>1.496830</td>\n",
" <td>-0.588512</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1</th>\n",
" <td>x0</td>\n",
" <td>2020-02-29</td>\n",
" <td>0.737249</td>\n",
" <td>1.547821</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>x0</td>\n",
" <td>2020-03-31</td>\n",
" <td>-1.071827</td>\n",
" <td>1.114709</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3</th>\n",
" <td>x0</td>\n",
" <td>2020-04-30</td>\n",
" <td>0.277513</td>\n",
" <td>1.410516</td>\n",
" </tr>\n",
" <tr>\n",
" <th>4</th>\n",
" <td>x0</td>\n",
" <td>2020-05-31</td>\n",
" <td>-0.768590</td>\n",
" <td>-0.699229</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>"
],
"text/plain": [
" key dt x\n",
"0 x0 2020-01-31 1.496830\n",
"1 x0 2020-02-29 0.737249\n",
"2 x0 2020-03-31 -1.071827\n",
"3 x0 2020-04-30 0.277513\n",
"4 x0 2020-05-31 -0.768590"
"0 x0 2020-01-31 -0.588512\n",
"1 x0 2020-02-29 1.547821\n",
"2 x0 2020-03-31 1.114709\n",
"3 x0 2020-04-30 1.410516\n",
"4 x0 2020-05-31 -0.699229"
]
},
"execution_count": 4,
Expand Down Expand Up @@ -505,9 +505,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "orbit39",
"display_name": "orbit39-cmdstan",
"language": "python",
"name": "orbit39"
"name": "orbit39-cmdstan"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -519,7 +519,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.9.15"
}
},
"nbformat": 4,
Expand Down
50 changes: 15 additions & 35 deletions docs/tutorials/pyro_basic.ipynb

Large diffs are not rendered by default.

120 changes: 75 additions & 45 deletions docs/tutorials/quick_start.ipynb

Large diffs are not rendered by default.

621 changes: 259 additions & 362 deletions docs/tutorials/regression_penalty.ipynb

Large diffs are not rendered by default.

571 changes: 220 additions & 351 deletions docs/tutorials/regression_prior.ipynb

Large diffs are not rendered by default.

38 changes: 11 additions & 27 deletions docs/tutorials/residual_diagnostic.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 073c384

Please sign in to comment.