-
Notifications
You must be signed in to change notification settings - Fork 57
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
Refactoring of Probabilistic Linear Solvers #283
Refactoring of Probabilistic Linear Solvers #283
Conversation
Codecov Report
@@ Coverage Diff @@
## master #283 +/- ##
==========================================
- Coverage 84.21% 79.03% -5.18%
==========================================
Files 103 73 -30
Lines 5238 3954 -1284
Branches 695 457 -238
==========================================
- Hits 4411 3125 -1286
- Misses 610 688 +78
+ Partials 217 141 -76
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Parts of this PR are already in the library via the linked PRs. The open todos are tracked in issues. |
Summary
Introduces an abstract base class for probabilistic numerical methods and refactors all variants of the probabilistic linear solver to a compositional pattern.
Content
Refactoring of PLS
probnum.linalg
to resolve the pylint messages #158.Other issues which might be tackled in this PR are #174.
Other