Skip to content

Change default objective to MedianAE for time series regression#3205

Merged
ParthivNaresh merged 4 commits intomainfrom
SetMedianAE_TSRegression
Jan 11, 2022
Merged

Change default objective to MedianAE for time series regression#3205
ParthivNaresh merged 4 commits intomainfrom
SetMedianAE_TSRegression

Conversation

@ParthivNaresh
Copy link
Copy Markdown
Contributor

Fixes #3204


After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of docs/source/release_notes.rst to include this pull request by adding :pr:123.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 10, 2022

Codecov Report

Merging #3205 (4338709) into main (8553afc) will increase coverage by 0.1%.
The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #3205     +/-   ##
=======================================
+ Coverage   99.7%   99.7%   +0.1%     
=======================================
  Files        326     326             
  Lines      31135   31137      +2     
=======================================
+ Hits       31039   31041      +2     
  Misses        96      96             
Impacted Files Coverage Δ
evalml/automl/utils.py 100.0% <ø> (ø)
evalml/tests/automl_tests/test_automl_utils.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 8553afc...4338709. Read the comment docs.

@ParthivNaresh ParthivNaresh marked this pull request as ready for review January 11, 2022 16:22
Copy link
Copy Markdown
Collaborator

@jeremyliweishih jeremyliweishih 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!

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.

Change the default objective for time series regression

2 participants