|
9 | 9 | "import arviz as az\n", |
10 | 10 | "import matplotlib.pyplot as plt\n", |
11 | 11 | "import numpy as np\n", |
12 | | - "import pymc3 as pm\n", |
| 12 | + "import pymc as pm\n", |
13 | 13 | "import scipy.io as sio\n", |
14 | 14 | "\n", |
15 | 15 | "from scipy import stats\n", |
|
179 | 179 | "name": "stderr", |
180 | 180 | "output_type": "stream", |
181 | 181 | "text": [ |
182 | | - "/Users/alex_andorra/opt/anaconda3/envs/BCM_pymc3/lib/python3.7/site-packages/pymc3/sampling.py:1585: UserWarning: samples parameter is smaller than nchains times ndraws, some draws and/or chains may not be represented in the returned posterior predictive sample\n", |
| 182 | + "/Users/alex_andorra/opt/anaconda3/envs/BCM_pymc/lib/python3.7/site-packages/pymc/sampling.py:1585: UserWarning: samples parameter is smaller than nchains times ndraws, some draws and/or chains may not be represented in the returned posterior predictive sample\n", |
183 | 183 | " \"samples parameter is smaller than nchains times ndraws, some draws \"\n" |
184 | 184 | ] |
185 | 185 | }, |
|
564 | 564 | "name": "stderr", |
565 | 565 | "output_type": "stream", |
566 | 566 | "text": [ |
567 | | - "/Users/alex_andorra/opt/anaconda3/envs/BCM_pymc3/lib/python3.7/site-packages/ipykernel_launcher.py:8: FutureWarning: arrays to stack must be passed as a \"sequence\" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.\n", |
| 567 | + "/Users/alex_andorra/opt/anaconda3/envs/BCM_pymc/lib/python3.7/site-packages/ipykernel_launcher.py:8: FutureWarning: arrays to stack must be passed as a \"sequence\" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.\n", |
568 | 568 | " \n" |
569 | 569 | ] |
570 | 570 | }, |
|
769 | 769 | "name": "stderr", |
770 | 770 | "output_type": "stream", |
771 | 771 | "text": [ |
772 | | - "/Users/alex_andorra/opt/anaconda3/envs/BCM_pymc3/lib/python3.7/site-packages/pymc3/sampling.py:1585: UserWarning: samples parameter is smaller than nchains times ndraws, some draws and/or chains may not be represented in the returned posterior predictive sample\n", |
| 772 | + "/Users/alex_andorra/opt/anaconda3/envs/BCM_pymc/lib/python3.7/site-packages/pymc/sampling.py:1585: UserWarning: samples parameter is smaller than nchains times ndraws, some draws and/or chains may not be represented in the returned posterior predictive sample\n", |
773 | 773 | " \"samples parameter is smaller than nchains times ndraws, some draws \"\n" |
774 | 774 | ] |
775 | 775 | }, |
|
844 | 844 | "text": [ |
845 | 845 | "numpy 1.18.1\n", |
846 | 846 | "arviz 0.7.0\n", |
847 | | - "pymc3 3.8\n", |
| 847 | + "pymc 3.8\n", |
848 | 848 | "last updated: Mon Apr 27 2020 \n", |
849 | 849 | "\n", |
850 | 850 | "CPython 3.7.7\n", |
|
861 | 861 | ], |
862 | 862 | "metadata": { |
863 | 863 | "kernelspec": { |
864 | | - "display_name": "BCM_pymc3", |
| 864 | + "display_name": "BCM_pymc", |
865 | 865 | "language": "python", |
866 | 866 | "name": "bcm_pymc3" |
867 | 867 | }, |
|
0 commit comments