Skip to content
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 support for oversampling in time series classification problems #3387

Merged
merged 5 commits into from
Mar 21, 2022

Conversation

christopherbunn
Copy link
Contributor

Resolves #3151

@codecov
Copy link

codecov bot commented Mar 18, 2022

Codecov Report

Merging #3387 (57da94a) into main (1b8b6bf) will increase coverage by 0.1%.
The diff coverage is 100.0%.

@@           Coverage Diff           @@
##            main   #3387     +/-   ##
=======================================
+ Coverage   99.6%   99.6%   +0.1%     
=======================================
  Files        329     329             
  Lines      32227   32231      +4     
=======================================
+ Hits       32098   32102      +4     
  Misses       129     129             
Impacted Files Coverage Δ
evalml/pipelines/utils.py 99.5% <100.0%> (ø)
.../integration_tests/test_time_series_integration.py 100.0% <100.0%> (ø)
evalml/tests/pipeline_tests/test_pipeline_utils.py 99.7% <100.0%> (+0.1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1b8b6bf...57da94a. Read the comment docs.

@christopherbunn christopherbunn force-pushed the 3151_oversampler_nan branch 2 times, most recently from 61a3756 to a6287ad Compare March 18, 2022 20:58
@christopherbunn christopherbunn marked this pull request as ready for review March 21, 2022 14:27
Copy link
Contributor

@freddyaboulton freddyaboulton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @christopherbunn !

@christopherbunn christopherbunn merged commit 9d1d5c9 into main Mar 21, 2022
@chukarsten chukarsten mentioned this pull request Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Oversampler in time series classification
2 participants