Skip to content

Commit 3ea93c5

Browse files
committed
typos and formatting
1 parent b6d910e commit 3ea93c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/generalized_linear_models/GLM-out-of-sample-predictions.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"import patsy\n",
8080
"import pymc3 as pm\n",
8181
"\n",
82-
"from pymc3 import distributions as pm_dists\n",
8382
"from pymc3 import glm\n",
8483
"\n",
8584
"plt.rcParams[\"figure.figsize\"] = [7, 6]\n",
@@ -90,7 +89,7 @@
9089
"source": [
9190
"## Generate Sample Data\n",
9291
"\n",
93-
"We want to fit a logistic regression model where there is a multiplicative interacton between two numerical features."
92+
"We want to fit a logistic regression model where there is a multiplicative interaction between two numerical features."
9493
],
9594
"cell_type": "markdown",
9695
"metadata": {}
@@ -847,4 +846,4 @@
847846
]
848847
}
849848
]
850-
}
849+
}

0 commit comments

Comments
 (0)