Skip to content

Chapter 10 production polish #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Jan 27, 2023
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
9c2e050
Remove top level imports and add warning supression
joelostblom Jan 24, 2023
86b25ae
Remove commented out sections
joelostblom Jan 24, 2023
9760f17
Remove unnecessary assignment, set the seed properly, and use value_c…
joelostblom Jan 24, 2023
18364de
Replace for loop with list comprehension
joelostblom Jan 24, 2023
1e26ae5
Use value_counts instead of manual computation
joelostblom Jan 24, 2023
dfbf592
Fix typo
joelostblom Jan 24, 2023
c850890
Correct viz syntax
joelostblom Jan 24, 2023
6fddb54
Remove unnecessary assignment, and simplify computation
joelostblom Jan 24, 2023
75576d9
Remove unnecessary second loop
joelostblom Jan 24, 2023
d93648f
Simplify plotting syntax and clarify variable name
joelostblom Jan 24, 2023
ad623dc
Simplify comparison plot of sample sizes
joelostblom Jan 24, 2023
0e39c33
Use bullets to make points clearer
joelostblom Jan 24, 2023
0c0a956
Remove display option
joelostblom Jan 24, 2023
9315dfe
Remove incorrect query for means
joelostblom Jan 24, 2023
60a104d
Reduce height to make histograms easier to read
joelostblom Jan 24, 2023
4fd81f1
Change from sklearns `resample` and for loops to keep using `.sample`…
joelostblom Jan 24, 2023
a287e8f
Simplify visualization code
joelostblom Jan 24, 2023
be19704
Fix minor formatting and wording issue
joelostblom Jan 24, 2023
c718eac
Clarify language around sampling
joelostblom Jan 24, 2023
fb3184b
Switch to orange annotations for better contrast
joelostblom Jan 24, 2023
3393808
Improve plotting syntax and remove re-specification of seed
joelostblom Jan 24, 2023
1cb4cf5
Change to actual number of samples
joelostblom Jan 24, 2023
5b4bbac
Round to one decimal to reduce noise
joelostblom Jan 24, 2023
bb548d1
Round histogram limits more nicely
joelostblom Jan 25, 2023
f8de446
Reformat and improve the explanation of the bootstrapped mean calcula…
joelostblom Jan 25, 2023
5cbc443
Add description about quantiles
joelostblom Jan 25, 2023
be9f872
Link to python version of worksheets
joelostblom Jan 25, 2023
c216738
Explain the name param in reset index
joelostblom Jan 26, 2023
bbcfeb3
Fix typo
joelostblom Jan 26, 2023
8c3b8b6
Clarify concatenation
joelostblom Jan 26, 2023
325881a
Move rename last so we can use the same rename syntax students are us…
joelostblom Jan 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading