Skip to content

Commit fe34bea

Browse files
committed
Changed style for Ch4 plots, changed subreddit example to showerthoughts
1 parent 9743714 commit fe34bea

File tree

3 files changed

+208
-199
lines changed

3 files changed

+208
-199
lines changed

Chapter4_TheGreatestTheoremNeverTold/Ch4_LawOfLargeNumbers_PyMC2.ipynb

Lines changed: 108 additions & 106 deletions
Large diffs are not rendered by default.

Chapter4_TheGreatestTheoremNeverTold/Ch4_LawOfLargeNumbers_PyMC3.ipynb

Lines changed: 99 additions & 92 deletions
Large diffs are not rendered by default.

Chapter4_TheGreatestTheoremNeverTold/top_crazyideas_submissions.py renamed to Chapter4_TheGreatestTheoremNeverTold/top_showerthoughts_submissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
reddit = praw.Reddit("BayesianMethodsForHackers")
10-
subreddit = reddit.get_subreddit( "crazyideas" )
10+
subreddit = reddit.get_subreddit("showerthoughts")
1111

1212
top_submissions = subreddit.get_top(limit=100)
1313

0 commit comments

Comments
 (0)