|
2 | 2 | "cells": [ |
3 | 3 | { |
4 | 4 | "cell_type": "code", |
5 | | - "execution_count": 2, |
| 5 | + "execution_count": 1, |
6 | 6 | "metadata": { |
| 7 | + "execution": { |
| 8 | + "iopub.execute_input": "2022-06-02T09:15:27.970339Z", |
| 9 | + "iopub.status.busy": "2022-06-02T09:15:27.969925Z", |
| 10 | + "iopub.status.idle": "2022-06-02T09:15:31.328838Z", |
| 11 | + "shell.execute_reply": "2022-06-02T09:15:31.327731Z" |
| 12 | + }, |
7 | 13 | "lines_to_next_cell": 2 |
8 | 14 | }, |
9 | 15 | "outputs": [], |
10 | 16 | "source": [ |
11 | 17 | "import arviz as az\n", |
12 | 18 | "import numpy as np\n", |
13 | 19 | "import pandas as pd\n", |
14 | | - "import pymc3 as pm\n", |
| 20 | + "import pymc as pm\n", |
15 | 21 | "\n", |
16 | 22 | "from matplotlib import pylab as plt" |
17 | 23 | ] |
18 | 24 | }, |
19 | 25 | { |
20 | 26 | "cell_type": "code", |
21 | | - "execution_count": 3, |
22 | | - "metadata": {}, |
| 27 | + "execution_count": 2, |
| 28 | + "metadata": { |
| 29 | + "execution": { |
| 30 | + "iopub.execute_input": "2022-06-02T09:15:31.334355Z", |
| 31 | + "iopub.status.busy": "2022-06-02T09:15:31.333692Z", |
| 32 | + "iopub.status.idle": "2022-06-02T09:15:31.354934Z", |
| 33 | + "shell.execute_reply": "2022-06-02T09:15:31.353888Z" |
| 34 | + } |
| 35 | + }, |
23 | 36 | "outputs": [], |
24 | 37 | "source": [ |
25 | 38 | "RANDOM_SEED = 8927\n", |
|
60 | 73 | }, |
61 | 74 | { |
62 | 75 | "cell_type": "code", |
63 | | - "execution_count": 5, |
64 | | - "metadata": {}, |
| 76 | + "execution_count": 3, |
| 77 | + "metadata": { |
| 78 | + "execution": { |
| 79 | + "iopub.execute_input": "2022-06-02T09:15:31.359749Z", |
| 80 | + "iopub.status.busy": "2022-06-02T09:15:31.359391Z", |
| 81 | + "iopub.status.idle": "2022-06-02T09:15:31.368394Z", |
| 82 | + "shell.execute_reply": "2022-06-02T09:15:31.367742Z" |
| 83 | + } |
| 84 | + }, |
65 | 85 | "outputs": [ |
66 | 86 | { |
67 | 87 | "data": { |
68 | 88 | "text/plain": [ |
69 | 89 | "-0.6190392084062235" |
70 | 90 | ] |
71 | 91 | }, |
72 | | - "execution_count": 5, |
| 92 | + "execution_count": 3, |
73 | 93 | "metadata": {}, |
74 | 94 | "output_type": "execute_result" |
75 | 95 | } |
|
112 | 132 | }, |
113 | 133 | { |
114 | 134 | "cell_type": "code", |
115 | | - "execution_count": 12, |
116 | | - "metadata": {}, |
| 135 | + "execution_count": 4, |
| 136 | + "metadata": { |
| 137 | + "execution": { |
| 138 | + "iopub.execute_input": "2022-06-02T09:15:31.393901Z", |
| 139 | + "iopub.status.busy": "2022-06-02T09:15:31.393172Z", |
| 140 | + "iopub.status.idle": "2022-06-02T09:15:31.398898Z", |
| 141 | + "shell.execute_reply": "2022-06-02T09:15:31.398032Z" |
| 142 | + } |
| 143 | + }, |
117 | 144 | "outputs": [ |
118 | 145 | { |
119 | 146 | "data": { |
120 | 147 | "text/plain": [ |
121 | 148 | "0.9608342772032357" |
122 | 149 | ] |
123 | 150 | }, |
124 | | - "execution_count": 12, |
| 151 | + "execution_count": 4, |
125 | 152 | "metadata": {}, |
126 | 153 | "output_type": "execute_result" |
127 | 154 | } |
|
147 | 174 | }, |
148 | 175 | { |
149 | 176 | "cell_type": "code", |
150 | | - "execution_count": 6, |
151 | | - "metadata": {}, |
| 177 | + "execution_count": 5, |
| 178 | + "metadata": { |
| 179 | + "execution": { |
| 180 | + "iopub.execute_input": "2022-06-02T09:15:31.402492Z", |
| 181 | + "iopub.status.busy": "2022-06-02T09:15:31.402206Z", |
| 182 | + "iopub.status.idle": "2022-06-02T09:15:31.406686Z", |
| 183 | + "shell.execute_reply": "2022-06-02T09:15:31.405853Z" |
| 184 | + } |
| 185 | + }, |
152 | 186 | "outputs": [ |
153 | 187 | { |
154 | 188 | "data": { |
155 | 189 | "text/plain": [ |
156 | 190 | "5.4739473917272" |
157 | 191 | ] |
158 | 192 | }, |
159 | | - "execution_count": 6, |
| 193 | + "execution_count": 5, |
160 | 194 | "metadata": {}, |
161 | 195 | "output_type": "execute_result" |
162 | 196 | } |
|
194 | 228 | }, |
195 | 229 | { |
196 | 230 | "cell_type": "code", |
197 | | - "execution_count": 14, |
198 | | - "metadata": {}, |
| 231 | + "execution_count": 6, |
| 232 | + "metadata": { |
| 233 | + "execution": { |
| 234 | + "iopub.execute_input": "2022-06-02T09:15:31.410338Z", |
| 235 | + "iopub.status.busy": "2022-06-02T09:15:31.410062Z", |
| 236 | + "iopub.status.idle": "2022-06-02T09:15:31.419441Z", |
| 237 | + "shell.execute_reply": "2022-06-02T09:15:31.418856Z" |
| 238 | + } |
| 239 | + }, |
199 | 240 | "outputs": [ |
200 | 241 | { |
201 | 242 | "name": "stdout", |
202 | 243 | "output_type": "stream", |
203 | 244 | "text": [ |
204 | | - "Last updated: Tue Jan 04 2022\n", |
| 245 | + "Last updated: Thu Jun 02 2022\n", |
205 | 246 | "\n", |
206 | 247 | "Python implementation: CPython\n", |
207 | | - "Python version : 3.8.6\n", |
208 | | - "IPython version : 7.20.0\n", |
| 248 | + "Python version : 3.10.4\n", |
| 249 | + "IPython version : 8.4.0\n", |
209 | 250 | "\n", |
210 | | - "numpy : 1.20.1\n", |
211 | | - "pymc3 : 3.11.0\n", |
212 | | - "sys : 3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:22:12) \n", |
213 | | - "[Clang 11.0.1 ]\n", |
214 | | - "matplotlib: 3.3.4\n", |
215 | | - "pandas : 1.2.1\n", |
216 | | - "arviz : 0.11.1\n", |
| 251 | + "pandas : 1.4.2\n", |
| 252 | + "pymc : 4.0.0b5\n", |
| 253 | + "numpy : 1.22.4\n", |
| 254 | + "arviz : 0.12.1\n", |
| 255 | + "matplotlib: 3.5.2\n", |
217 | 256 | "\n", |
218 | | - "Watermark: 2.1.0\n", |
| 257 | + "Watermark: 2.3.1\n", |
219 | 258 | "\n" |
220 | 259 | ] |
221 | 260 | } |
|
233 | 272 | "encoding": "# -*- coding: utf-8 -*-" |
234 | 273 | }, |
235 | 274 | "kernelspec": { |
236 | | - "display_name": "pymc3", |
| 275 | + "display_name": "pymc", |
237 | 276 | "language": "python", |
238 | 277 | "name": "python3" |
239 | 278 | }, |
|
247 | 286 | "name": "python", |
248 | 287 | "nbconvert_exporter": "python", |
249 | 288 | "pygments_lexer": "ipython3", |
250 | | - "version": "3.8.6" |
| 289 | + "version": "3.10.4" |
251 | 290 | } |
252 | 291 | }, |
253 | 292 | "nbformat": 4, |
|
0 commit comments