Skip to content

Pin sktime to 0.17.0 - #4137

Merged
eccabay merged 3 commits into
mainfrom
4136_pin_sktime
Apr 11, 2023
Merged

Pin sktime to 0.17.0#4137
eccabay merged 3 commits into
mainfrom
4136_pin_sktime

Conversation

@eccabay

@eccabay eccabay commented Apr 11, 2023

Copy link
Copy Markdown
Contributor

Closes #4136

@eccabay eccabay mentioned this pull request Apr 11, 2023
@eccabay eccabay self-assigned this Apr 11, 2023
@codecov

codecov Bot commented Apr 11, 2023

Copy link
Copy Markdown

Codecov Report

Merging #4137 (af6bdf1) into main (6189c62) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main   #4137   +/-   ##
=====================================
  Coverage   99.7%   99.7%           
=====================================
  Files        349     349           
  Lines      37752   37752           
=====================================
  Hits       37635   37635           
  Misses       117     117           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

* Removed existing nullable type handling across AutoMLSearch to just use new handling :pr:`4085`, :pr:`4043`
* Handled nullable type incompatibility in ``Decomposer`` :pr:`4105`, :pr:`4043`
* Changed the default value for ``null_strategy`` in ``InvalidTargetDataCheck`` to ``drop`` :pr:`4131`
* Pinned sktime version to 0.17.0 for nullable types support :pr:`4137`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Very random but I don't see your release note to remove nullable type handling from ARIMA and the ExponentialSmoothingRegressor. Seems it accidentally got removed in https://github.com/alteryx/evalml/pull/4131/files

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Weird, and good catch! Adding it back now

@jeremyliweishih jeremyliweishih left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM once release notes are fixed

@eccabay
eccabay marked this pull request as ready for review April 11, 2023 14:21
@eccabay
eccabay requested review from chukarsten and tamargrey April 11, 2023 14:21
@eccabay
eccabay enabled auto-merge (squash) April 11, 2023 14:21
* Handled nullable type incompatibility in ``Decomposer`` :pr:`4105`, :pr:`4043`
* Removed nullable type incompatibility handling for ARIMA and ExponentialSmoothingRegressor :pr:`4129`
* Changed the default value for ``null_strategy`` in ``InvalidTargetDataCheck`` to ``drop`` :pr:`4131`
* Pinned sktime version to 0.17.0 for nullable types support :pr:`4137`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is this being pinned specifically for nullable types support? I thought it was more general? Or is it because we upgraded to 0.17.0 for nullable type support that we now have to == instead of <= 0.17.0?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The latter is correct, yeah. Pinned to == to maintain nullable type support.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

got it! I think this thread is good enough explanation, then, if anyone is looking at this in the future (hi!)

@eccabay
eccabay merged commit b28026c into main Apr 11, 2023
@eccabay
eccabay deleted the 4136_pin_sktime branch April 11, 2023 14:48
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.

Pin sktime

3 participants