Skip to content

Commit 9339bb6

Browse files
committed
Merge pull request CamDavidsonPilon#1 from CamDavidsonPilon/master
merging upstream into fork
2 parents c1d75d2 + 308353a commit 9339bb6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Chapter2_MorePyMC/Chapter2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
"source": [
459459
"## Modeling approaches\n",
460460
"\n",
461-
"A good starting thought to Bayesian modeling is to think about *how your data might have been generated*. Position yourself in an omniscient position, and try to imagine how *you* would recreate the dataset. \n",
461+
"A good starting point in Bayesian modeling is to think about *how your data might have been generated*. Put yourself in an omniscient position, and try to imagine how *you* would recreate the dataset. \n",
462462
"\n",
463463
"In the last chapter we investigated text message data. We begin by asking how our observations may have been generated:\n",
464464
"\n",

Chapter6_Priorities/Chapter6.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,6 @@
386386
"source": [
387387
"from pymc import rbeta\n",
388388
"\n",
389-
"rand = np.random.rand\n",
390-
"\n",
391389
"\n",
392390
"class Bandits(object):\n",
393391
"\n",

0 commit comments

Comments
 (0)