-
Notifications
You must be signed in to change notification settings - Fork 1
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
WIP: Jupyter Notebooks #21
base: master
Are you sure you want to change the base?
Conversation
initial notebooks to explain R2B2 usage: - WELCOME: explains how to set up personal environment to use notebooks locally - R2B2 Basics: walk through of basic uses - Generating Graphs: Shows how to use compute_all_min_winner_ballots to make a graph comparing stopping sizes for different risk limits. - Interactive Audit: Demo of the run() method with suggested input.
Codecov Report
@@ Coverage Diff @@
## master #21 +/- ##
==========================================
+ Coverage 82.62% 83.16% +0.53%
==========================================
Files 13 14 +1
Lines 685 879 +194
Branches 92 160 +68
==========================================
+ Hits 566 731 +165
- Misses 108 132 +24
- Partials 11 16 +5
Continue to review full report at Codecov.
|
I haven't tried all the different approaches here, but my guess is that the advice for interim use and development should be to use |
per Neal's comment on #21
Thanks, good note! |
This branch is not done, but feedback would be helpful!
Notebooks
run()
method.Ideas