|
@@ -2,7 +2,7 @@
|
|
"cells": [
|
|
"cells": [
|
|
{
|
|
{
|
|
"cell_type": "code",
|
|
"cell_type": "code",
|
|
- "execution_count": 5,
|
|
|
|
|
|
+ "execution_count": 1,
|
|
"metadata": {
|
|
"metadata": {
|
|
"ExecuteTime": {
|
|
"ExecuteTime": {
|
|
"end_time": "2019-01-18T01:56:55.465220Z",
|
|
"end_time": "2019-01-18T01:56:55.465220Z",
|
|
@@ -80,14 +80,25 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"cell_type": "code",
|
|
"cell_type": "code",
|
|
- "execution_count": 6,
|
|
|
|
|
|
+ "execution_count": 2,
|
|
"metadata": {
|
|
"metadata": {
|
|
"ExecuteTime": {
|
|
"ExecuteTime": {
|
|
"end_time": "2019-01-18T01:57:48.167368Z",
|
|
"end_time": "2019-01-18T01:57:48.167368Z",
|
|
"start_time": "2019-01-18T01:57:48.163398Z"
|
|
"start_time": "2019-01-18T01:57:48.163398Z"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "outputs": [],
|
|
|
|
|
|
+ "outputs": [
|
|
|
|
+ {
|
|
|
|
+ "name": "stderr",
|
|
|
|
+ "output_type": "stream",
|
|
|
|
+ "text": [
|
|
|
|
+ "C:\\Users\\willk\\Anaconda3\\lib\\site-packages\\h5py\\__init__.py:36: FutureWarning:\n",
|
|
|
|
+ "\n",
|
|
|
|
+ "Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.\n",
|
|
|
|
+ "\n"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
"source": [
|
|
"source": [
|
|
"import pymc3 as pm"
|
|
"import pymc3 as pm"
|
|
]
|
|
]
|
|
@@ -105,6 +116,7 @@
|
|
"name": "stderr",
|
|
"name": "stderr",
|
|
"output_type": "stream",
|
|
"output_type": "stream",
|
|
"text": [
|
|
"text": [
|
|
|
|
+ "WARNING (theano.gof.compilelock): Overriding existing lock by dead process '14584' (I am process '17296')\n",
|
|
"Multiprocess sampling (8 chains in 8 jobs)\n",
|
|
"Multiprocess sampling (8 chains in 8 jobs)\n",
|
|
"Metropolis: [y]\n"
|
|
"Metropolis: [y]\n"
|
|
]
|
|
]
|