Skip to content
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

Remove external links and unused datasets #483

Merged
merged 4 commits into from
Apr 11, 2022

Conversation

tomicapretto
Copy link
Collaborator

This PR closes #476.

It also removes datasets under docs/notebooks/data that aren't accessed anymore, since we have bmb.load_data().

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@codecov-commenter
Copy link

codecov-commenter commented Apr 10, 2022

Codecov Report

Merging #483 (33f9ed7) into main (de3951c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #483   +/-   ##
=======================================
  Coverage   90.47%   90.47%           
=======================================
  Files          29       29           
  Lines        2320     2320           
=======================================
  Hits         2099     2099           
  Misses        221      221           
Impacted Files Coverage Δ
bambi/data/datasets.py 75.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de3951c...33f9ed7. Read the comment docs.

@review-notebook-app
Copy link

review-notebook-app bot commented Apr 10, 2022

View / edit / reply to this conversation on ReviewNB

canyon289 commented on 2022-04-10T02:19:40Z
----------------------------------------------------------------

Should you start preemptively calling things pymc?


tomicapretto commented on 2022-04-11T11:44:13Z
----------------------------------------------------------------

Bambi still uses PyMC3. I think it's safer to call it PyMC until we change to PyMC (v4).

@review-notebook-app
Copy link

review-notebook-app bot commented Apr 10, 2022

View / edit / reply to this conversation on ReviewNB

canyon289 commented on 2022-04-10T02:19:40Z
----------------------------------------------------------------

Id advise figuring out a namespace for bambi like bmb, especially as this is a tutorial notebook. This will help reinforce good practice. A bit picky I know so feel free to ignore


tomicapretto commented on 2022-04-11T11:44:40Z
----------------------------------------------------------------

Makes sense!

filename="admissions.csv",
url="https://figshare.com/ndownloader/files/34757857",
checksum="41e2312ca09d50e99c2db67fbabc78d215df6ce71eefe880df5e9310a9fa8397",
description="""Admission into graduate school data. This dataset has a binary response
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description="""Admission into graduate school data. This dataset has a binary response
description=("Admission into graduate school data. This dataset has a binary response",
"variable called 'admit'. There are three predictor variables: 'gre', 'gpa' and 'rank'.")

I believe this will get you the string without the unneeded line break

Copy link
Collaborator

@canyon289 canyon289 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some comments on the notebook

Copy link
Collaborator Author

Bambi still uses PyMC3. I think it's safer to call it PyMC until we change to PyMC (v4).


View entire conversation on ReviewNB

Copy link
Collaborator Author

Makes sense!


View entire conversation on ReviewNB

@tomicapretto tomicapretto merged commit be8c622 into bambinos:main Apr 11, 2022
@tomicapretto tomicapretto deleted the data branch October 26, 2023 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove external link to data in Getting Started example.
3 participants