bambinos / bambi

BAyesian Model-Building Interface (Bambi) in Python.
https://bambinos.github.io/bambi/
MIT License
1.08k stars 124 forks source link

Make README.md and index.qmd more consistent #793

Closed julianlheureux closed 7 months ago

julianlheureux commented 7 months ago

I have unified the examples presented in both the README section and the main page index of the package. This will assist practitioners by providing cases using both simulated datasets and those incorporated within the package.

Additionally, this feature allows users to run an example without needing to load a dataset themselves.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.20%. Comparing base (714ccb7) to head (8087a73). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #793 +/- ## ========================================== + Coverage 90.14% 90.20% +0.05% ========================================== Files 46 46 Lines 3836 3900 +64 ========================================== + Hits 3458 3518 +60 - Misses 378 382 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.