-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
Updates to binning case study to work with PyMC v4 #366
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Looks like some |
View / edit / reply to this conversation on ReviewNB cfonnesbeck commented on 2022-06-04T14:41:04Z Please remove the pymc objects from the tags, and just keep the first three that are descriptive of the notebook. cuchoi commented on 2022-06-04T15:13:13Z Done |
View / edit / reply to this conversation on ReviewNB cfonnesbeck commented on 2022-06-04T14:41:05Z Since there is a watermark the print statement can be removed cuchoi commented on 2022-06-04T15:13:20Z Done |
View / edit / reply to this conversation on ReviewNB cfonnesbeck commented on 2022-06-04T14:41:05Z If you'd like to hide these user warnings, you could add the following to the import cell:
import warnings warnings.filterwarnings( action='ignore', category=UserWarning ) cuchoi commented on 2022-06-04T15:13:28Z Done |
Done View entire conversation on ReviewNB |
2 similar comments
Done View entire conversation on ReviewNB |
Done View entire conversation on ReviewNB |
View / edit / reply to this conversation on ReviewNB twiecki commented on 2022-06-04T16:56:15Z Can you instead cuchoi commented on 2022-06-04T21:55:08Z Updated the import for the sample code. Also updated |
View / edit / reply to this conversation on ReviewNB OriolAbril commented on 2022-06-04T19:27:10Z I'd just remove this. The output is no longer a dict but InferenceData and in general I think examples should focus on using it, not explaining what it is (with the exception of some notebooks we might want to dedicate to this). cuchoi commented on 2022-06-04T21:56:32Z Updated the text to remove the explanation. |
View / edit / reply to this conversation on ReviewNB OriolAbril commented on 2022-06-04T19:27:11Z aesara is imported and already appears on the watermark, so it is not necessary to pass it manually to the watermark call to have it included. cuchoi commented on 2022-06-04T21:56:02Z Done |
Updated the import for the sample code. Also updated View entire conversation on ReviewNB |
Done View entire conversation on ReviewNB |
Updated the text to remove the explanation. View entire conversation on ReviewNB |
Thanks @cuchoi! |
Issue #270
Helpful links