-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add data tree and dataset formats to linear regression #566
Add data tree and dataset formats to linear regression #566
Conversation
Inlcudes #361 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - some suggestions.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #566 +/- ##
==========================================
+ Coverage 77.75% 77.93% +0.17%
==========================================
Files 49 49
Lines 2967 2986 +19
==========================================
+ Hits 2307 2327 +20
+ Misses 660 659 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
Okay it is good to go from my side. The only thing that is a little sad is that one cannot use a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two more questions but good to merge. Thanks!
for more information, see https://pre-commit.ci
Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
I implement handling of
DataTree
s andxr.Dataset
s as predictor formats.CHANGELOG.rst