-
Notifications
You must be signed in to change notification settings - Fork 58
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
[For discussion only] Add a basic-normal example #196
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #196 +/- ##
=======================================
Coverage 52.16% 52.16%
=======================================
Files 142 142
Lines 3213 3213
=======================================
Hits 1676 1676
Misses 1537 1537 ☔ View full report in Codecov by Sentry. |
also improve type hints
The resulting linear regression example is now on dev. So I am closing this PR. |
Based on the two moons case study, I made another case study estimating mean and SD from a normal distribution. In the process, I noted down a lot of things that I think are a bit unclear or whose user interface could be improved. I don't necessarily intend to have this case study in the end (or merge this PR), but primarily opened it for discussion. Tagging @LarsKue.