Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1.4.3 Pull Request #826

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
pip install -U pip
pip install -U setuptools
pip install -r requirements.txt
pip install -r requirements-test.txt
python setup.py develop
python -m pip install -U --editable ".[dev]"
- name: Test with pytest
run: pytest -vs tests/ --cov orbit/
run: python -m pytest tests/
8 changes: 1 addition & 7 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
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: 101 additions & 99 deletions docs/tutorials/backtest.ipynb

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading
Loading