-
Notifications
You must be signed in to change notification settings - Fork 246
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
Censoring example notebook #1773
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
I think I am ready for a first round of reviews :) Remak: The pin |
View / edit / reply to this conversation on ReviewNB fehiepsi commented on 2024-04-03T20:02:44Z could you remove the warning? juanitorduz commented on 2024-04-03T20:11:55Z sure! |
View / edit / reply to this conversation on ReviewNB fehiepsi commented on 2024-04-03T20:02:45Z Line #45. ax.set_title("Censored Gamma Sample Data", fontsize=16, fontweight="bold") you can add juanitorduz commented on 2024-04-03T20:12:18Z Done! |
View / edit / reply to this conversation on ReviewNB fehiepsi commented on 2024-04-03T20:02:46Z Line #7. plt.gcf().suptitle("Poisson Model Parameter", fontsize=18, fontweight="bold") nit: add juanitorduz commented on 2024-04-03T20:14:44Z Done! |
sure! View entire conversation on ReviewNB |
Done! View entire conversation on ReviewNB |
Done! View entire conversation on ReviewNB |
I addressed all comments from the first review cycle :) |
Awesome work, @juanitorduz! The content is very clear and interesting. Thanks for sharing! |
* exclude notebooks from large files * censoring notebook init * add nb to index * small fixes * fix ; end plots
Closes #1771
Adds censoring example notebook.