Skip to content

Commit

Permalink
verion bump to 1.1.4.5
Browse files Browse the repository at this point in the history
- verion bump to 1.1.4.5
- fix stan compilation problem in installation from conda
  • Loading branch information
edwinnglabs committed Mar 20, 2024
1 parent 37e08c6 commit 7a90b77
Show file tree
Hide file tree
Showing 23 changed files with 495 additions and 418 deletions.
14 changes: 7 additions & 7 deletions docs/tutorials/backtest.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 1,
"metadata": {
"ExecuteTime": {
"end_time": "2022-04-28T21:48:28.498117Z",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 2,
"metadata": {
"ExecuteTime": {
"end_time": "2022-04-28T21:48:28.502730Z",
Expand All @@ -56,7 +56,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"1.1.4.4\n"
"1.1.4.5\n"
]
}
],
Expand Down Expand Up @@ -1479,7 +1479,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "3962fcac461849e384d79597c09feb9c",
"model_id": "1b67d774e80a4b0eb5910ac6a9232837",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -1626,9 +1626,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "orbit-test",
"display_name": "orbit311",
"language": "python",
"name": "myenv"
"name": "orbit311"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -1640,7 +1640,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand Down
26 changes: 13 additions & 13 deletions docs/tutorials/build_your_own_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"1.1.4.4\n"
"1.1.4.5\n"
]
}
],
Expand Down Expand Up @@ -496,7 +496,7 @@
{
"data": {
"text/plain": [
"<orbit.forecaster.svi.SVIForecaster at 0x29d220fd0>"
"<orbit.forecaster.svi.SVIForecaster at 0x2a62c8b90>"
]
},
"execution_count": 11,
Expand Down Expand Up @@ -531,25 +531,25 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2024-03-13 21:44:00 - orbit - INFO - Using SVI (Pyro) with steps: 501, samples: 100, learning rate: 0.1, learning_rate_total_decay: 1.0 and particles: 100.\n",
"2024-03-13 21:44:00 - orbit - INFO - step 0 loss = 27333, scale = 0.077497\n",
"2024-03-19 22:23:14 - orbit - INFO - Using SVI (Pyro) with steps: 501, samples: 100, learning rate: 0.1, learning_rate_total_decay: 1.0 and particles: 100.\n",
"2024-03-19 22:23:15 - orbit - INFO - step 0 loss = 27333, scale = 0.077497\n",
"INFO:orbit:step 0 loss = 27333, scale = 0.077497\n",
"2024-03-13 21:44:02 - orbit - INFO - step 100 loss = 12594, scale = 0.0092399\n",
"2024-03-19 22:23:17 - orbit - INFO - step 100 loss = 12594, scale = 0.0092399\n",
"INFO:orbit:step 100 loss = 12594, scale = 0.0092399\n",
"2024-03-13 21:44:04 - orbit - INFO - step 200 loss = 12591, scale = 0.0095592\n",
"2024-03-19 22:23:19 - orbit - INFO - step 200 loss = 12591, scale = 0.0095592\n",
"INFO:orbit:step 200 loss = 12591, scale = 0.0095592\n",
"2024-03-13 21:44:06 - orbit - INFO - step 300 loss = 12593, scale = 0.0094199\n",
"2024-03-19 22:23:21 - orbit - INFO - step 300 loss = 12593, scale = 0.0094199\n",
"INFO:orbit:step 300 loss = 12593, scale = 0.0094199\n",
"2024-03-13 21:44:08 - orbit - INFO - step 400 loss = 12591, scale = 0.0092691\n",
"2024-03-19 22:23:23 - orbit - INFO - step 400 loss = 12591, scale = 0.0092691\n",
"INFO:orbit:step 400 loss = 12591, scale = 0.0092691\n",
"2024-03-13 21:44:10 - orbit - INFO - step 500 loss = 12591, scale = 0.0095463\n",
"2024-03-19 22:23:25 - orbit - INFO - step 500 loss = 12591, scale = 0.0095463\n",
"INFO:orbit:step 500 loss = 12591, scale = 0.0095463\n"
]
},
{
"data": {
"text/plain": [
"<orbit.forecaster.svi.SVIForecaster at 0x29d220fd0>"
"<orbit.forecaster.svi.SVIForecaster at 0x2a62c8b90>"
]
},
"execution_count": 12,
Expand Down Expand Up @@ -680,9 +680,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "orbit-test",
"display_name": "orbit311",
"language": "python",
"name": "myenv"
"name": "orbit311"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -694,7 +694,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand Down
12 changes: 6 additions & 6 deletions docs/tutorials/decompose_prediction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"1.1.4.4\n"
"1.1.4.5\n"
]
}
],
Expand Down Expand Up @@ -108,13 +108,13 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2024-03-13 21:44:09 - orbit - INFO - Sampling (CmdStanPy) with chains: 4, cores: 8, temperature: 1.000, warmups (per chain): 225 and samples(per chain): 25.\n"
"2024-03-19 22:23:39 - orbit - INFO - Sampling (CmdStanPy) with chains: 4, cores: 8, temperature: 1.000, warmups (per chain): 225 and samples(per chain): 25.\n"
]
},
{
"data": {
"text/plain": [
"<orbit.forecaster.full_bayes.FullBayesianForecaster at 0x109dae210>"
"<orbit.forecaster.full_bayes.FullBayesianForecaster at 0x289733c90>"
]
},
"execution_count": 4,
Expand Down Expand Up @@ -290,9 +290,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "orbit-test",
"display_name": "orbit311",
"language": "python",
"name": "myenv"
"name": "orbit311"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -304,7 +304,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand Down
38 changes: 19 additions & 19 deletions docs/tutorials/dlt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"1.1.4.4\n"
"1.1.4.5\n"
]
}
],
Expand Down Expand Up @@ -201,7 +201,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2024-03-13 23:36:44 - orbit - INFO - Optimizing (CmdStanPy) with algorithm: LBFGS.\n"
"2024-03-19 22:23:43 - orbit - INFO - Optimizing (CmdStanPy) with algorithm: LBFGS.\n"
]
},
{
Expand All @@ -218,8 +218,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 1.64 s, sys: 389 ms, total: 2.03 s\n",
"Wall time: 871 ms\n"
"CPU times: user 1.4 s, sys: 2.05 s, total: 3.45 s\n",
"Wall time: 543 ms\n"
]
}
],
Expand Down Expand Up @@ -252,13 +252,13 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2024-03-13 23:36:45 - orbit - INFO - Sampling (CmdStanPy) with chains: 4, cores: 8, temperature: 1.000, warmups (per chain): 225 and samples(per chain): 25.\n"
"2024-03-19 22:23:43 - orbit - INFO - Sampling (CmdStanPy) with chains: 4, cores: 8, temperature: 1.000, warmups (per chain): 225 and samples(per chain): 25.\n"
]
},
{
"data": {
"text/plain": [
"<orbit.forecaster.full_bayes.FullBayesianForecaster at 0x29d052b50>"
"<orbit.forecaster.full_bayes.FullBayesianForecaster at 0x2a6758ed0>"
]
},
"execution_count": 5,
Expand Down Expand Up @@ -333,7 +333,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2024-03-13 23:36:47 - orbit - INFO - Optimizing (CmdStanPy) with algorithm: LBFGS.\n"
"2024-03-19 22:23:46 - orbit - INFO - Optimizing (CmdStanPy) with algorithm: LBFGS.\n"
]
},
{
Expand All @@ -350,8 +350,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 751 ms, sys: 1.24 s, total: 1.99 s\n",
"Wall time: 551 ms\n"
"CPU times: user 1.74 s, sys: 1.55 s, total: 3.28 s\n",
"Wall time: 600 ms\n"
]
}
],
Expand Down Expand Up @@ -403,15 +403,15 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2024-03-13 23:36:48 - orbit - INFO - Optimizing (CmdStanPy) with algorithm: LBFGS.\n"
"2024-03-19 22:23:46 - orbit - INFO - Optimizing (CmdStanPy) with algorithm: LBFGS.\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 245 ms, sys: 57 ms, total: 302 ms\n",
"Wall time: 378 ms\n"
"CPU times: user 845 ms, sys: 858 ms, total: 1.7 s\n",
"Wall time: 412 ms\n"
]
},
{
Expand Down Expand Up @@ -479,7 +479,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2024-03-13 23:36:48 - orbit - INFO - Optimizing (CmdStanPy) with algorithm: LBFGS.\n"
"2024-03-19 22:23:47 - orbit - INFO - Optimizing (CmdStanPy) with algorithm: LBFGS.\n"
]
},
{
Expand All @@ -496,8 +496,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 1.08 s, sys: 1.4 s, total: 2.48 s\n",
"Wall time: 597 ms\n"
"CPU times: user 2.22 s, sys: 1.37 s, total: 3.59 s\n",
"Wall time: 565 ms\n"
]
}
],
Expand Down Expand Up @@ -552,7 +552,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2024-03-13 23:36:49 - orbit - INFO - Sampling (CmdStanPy) with chains: 4, cores: 8, temperature: 1.000, warmups (per chain): 225 and samples(per chain): 25.\n"
"2024-03-19 22:23:47 - orbit - INFO - Sampling (CmdStanPy) with chains: 4, cores: 8, temperature: 1.000, warmups (per chain): 225 and samples(per chain): 25.\n"
]
},
{
Expand Down Expand Up @@ -696,9 +696,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "orbit-test",
"display_name": "orbit311",
"language": "python",
"name": "myenv"
"name": "orbit311"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -710,7 +710,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand Down
Loading

0 comments on commit 7a90b77

Please sign in to comment.