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

Implemented lower threshold and window size #3627

Merged

Conversation

simha104
Copy link
Contributor

@simha104 simha104 commented Jul 25, 2022

Pull Request Description

Implemented lower threshold and window size along with corresponding unit tests

@CLAassistant
Copy link

CLAassistant commented Jul 25, 2022

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Jul 25, 2022

Codecov Report

Merging #3627 (19b9e80) into main (7046113) will increase coverage by 0.1%.
The diff coverage is 100.0%.

@@           Coverage Diff           @@
##            main   #3627     +/-   ##
=======================================
+ Coverage   99.7%   99.7%   +0.1%     
=======================================
  Files        335     335             
  Lines      33508   33529     +21     
=======================================
+ Hits       33386   33407     +21     
  Misses       122     122             
Impacted Files Coverage Δ
evalml/data_checks/datetime_format_data_check.py 100.0% <ø> (ø)
...nsformers/preprocessing/time_series_regularizer.py 100.0% <ø> (ø)
..._tests/test_data_checks_and_actions_integration.py 100.0% <ø> (ø)
...ts/component_tests/test_time_series_regularizer.py 100.0% <100.0%> (ø)
evalml/tests/conftest.py 97.9% <100.0%> (+0.1%) ⬆️
...ta_checks_tests/test_datetime_format_data_check.py 100.0% <100.0%> (ø)

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 7046113...19b9e80. Read the comment docs.

@simha104 simha104 changed the title TML-3639 Implemented lower threshold and window size Implemented lower threshold and window size Jul 26, 2022
@simha104 simha104 marked this pull request as ready for review July 26, 2022 18:41
Copy link
Contributor

@ParthivNaresh ParthivNaresh left a comment

Choose a reason for hiding this comment

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

Looks great! Just a few comments on clean ups

@simha104 simha104 requested a review from ParthivNaresh July 26, 2022 20:24
Copy link
Contributor

@ParthivNaresh ParthivNaresh left a comment

Choose a reason for hiding this comment

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

LGTM!

@simha104 simha104 enabled auto-merge (squash) July 26, 2022 21:19
Copy link

@Cmancuso Cmancuso left a comment

Choose a reason for hiding this comment

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

LGTM!

@simha104 simha104 disabled auto-merge July 27, 2022 20:36
Copy link
Contributor

@bchen1116 bchen1116 left a comment

Choose a reason for hiding this comment

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

LGTM! Left a nit for clarity but not blocking

@@ -39,11 +39,11 @@ def validate(self, X, y):
Examples:
>>> import pandas as pd

The column "dates" has a set of dates with hourly frequency appended to the end of a series of days, which is inconsistent
with the frequency of the previous 9 dates (1 day).
The column "dates" has a set of two dates with monthly frequency appended to the end of a set of two dates with hourly frequency that is also appended to the end
Copy link
Contributor

Choose a reason for hiding this comment

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

nit, but it'd be clearer to say
"The column 'dates' has a set of two dates with daily frequency, two dates with hourly frequency, and two dates with monthly frequency" or something of that sort

simha104 added 2 commits July 27, 2022 14:10
…ning' of github.com:alteryx/evalml into TML-3639-ds-feedback-ts-bug-time-index-format-check-warning
@simha104 simha104 enabled auto-merge (squash) July 27, 2022 21:12
@simha104 simha104 merged commit 75475a5 into main Jul 27, 2022
@simha104 simha104 deleted the TML-3639-ds-feedback-ts-bug-time-index-format-check-warning branch July 27, 2022 22:34
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.

5 participants