-
Notifications
You must be signed in to change notification settings - Fork 631
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
feature/better-time-series-docs #518
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
589deef
to
0cca0f8
Compare
Codecov Report
@@ Coverage Diff @@
## master #518 +/- ##
==========================================
+ Coverage 89.08% 89.31% +0.23%
==========================================
Files 24 24
Lines 3684 3698 +14
==========================================
+ Hits 3282 3303 +21
+ Misses 402 395 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Description
This PR does some housekeeping for timeseries and gives more control over sampling.
Checklist
pre-commit install
.To run hooks independent of commit, execute
pre-commit run --all-files
Make sure to have fun coding!