Skip to content

Commit

Permalink
tutorail notebook update
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinnglabs committed Jan 8, 2024
1 parent 3527c65 commit 5bb308a
Show file tree
Hide file tree
Showing 13 changed files with 599 additions and 1,678 deletions.
200 changes: 101 additions & 99 deletions docs/tutorials/backtest.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.

21 changes: 15 additions & 6 deletions docs/tutorials/exploratory_data_analysis.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.

25 changes: 21 additions & 4 deletions docs/tutorials/regression_penalty.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,23 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {
"ExecuteTime": {
"end_time": "2022-04-28T21:49:43.395926Z",
"start_time": "2022-04-28T21:49:40.870237Z"
}
},
"outputs": [],
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/Users/towinazure/opt/miniconda3/envs/orbit39/lib/python3.9/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
" from .autonotebook import tqdm as notebook_tqdm\n"
]
}
],
"source": [
"%matplotlib inline\n",
"\n",
Expand All @@ -45,14 +54,22 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {
"ExecuteTime": {
"end_time": "2022-04-28T21:49:43.400898Z",
"start_time": "2022-04-28T21:49:43.398300Z"
}
},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"1.1.4.3\n"
]
}
],
"source": [
"print(orbit.__version__)"
]
Expand Down
38 changes: 27 additions & 11 deletions docs/tutorials/residual_diagnostic.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 5bb308a

Please sign in to comment.