-
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
refactor lowess smoothing #193
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #193 +/- ##
=======================================
Coverage ? 79.81%
=======================================
Files ? 33
Lines ? 1442
Branches ? 0
=======================================
Hits ? 1151
Misses ? 291
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Beauty! Small tweaks
@@ -26,6 +26,9 @@ New Features | |||
- Extract function to select the order of the auto regressive model: ``mesmer.core.auto_regression._select_ar_order_xr`` | |||
(`#176 <https://github.com/MESMER-group/mesmer/pull/176>`_). | |||
By `Mathias Hauser <https://github.com/mathause>`_. | |||
- Refactor the LOWESS smooting for xarray objects: :py:func:`mesmer.core.smooting.lowess`. |
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.
smooting
--> smoothing
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.
Thanks! Fixed in #194
@@ -25,6 +25,7 @@ Statistical core functions | |||
~core.auto_regression._select_ar_order_xr | |||
~core.auto_regression._fit_auto_regression_xr | |||
~core.auto_regression._draw_auto_regression_correlated_np | |||
~core.smooting.lowess |
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.
smooting
--> smoothing
train_gt_ic_LOWESS
#146 & split out statistical functions #149isort . && black . && flake8
CHANGELOG.rst
Spitting out the lowess smoothing. This is much nicer and cleaner again.