-
Notifications
You must be signed in to change notification settings - Fork 2k
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
GH-6779: Add custom metric to leaderboard [nocheck] #15568
Merged
tomasfryda
merged 13 commits into
master
from
tomf_GH-6779_add_custom_metric_to_leaderboard
Jul 13, 2023
Merged
GH-6779: Add custom metric to leaderboard [nocheck] #15568
tomasfryda
merged 13 commits into
master
from
tomf_GH-6779_add_custom_metric_to_leaderboard
Jul 13, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tomasfryda
force-pushed
the
tomf_GH-6779_add_custom_metric_to_leaderboard
branch
from
June 12, 2023 07:34
0d31788
to
ef786d4
Compare
tomasfryda
changed the title
GH-6779: Add custom metric to leaderboard
GH-6779: Add custom metric to leaderboard [nocheck]
Jun 12, 2023
@maurever please note that this PR includes the CV fix as it was branched out of this PR so I can use the custom metrics in the leaderboard in the tests. |
* Fix custom metric calculation in CV (prototype) * Allow custom_metric_func in automl * Return NaN for models that don't support custom metric * Revert change used to ensure existing metric
* Fix custom metric calculation in CV (prototype) * Allow custom_metric_func in automl * Return NaN for models that don't support custom metric * Revert change used to ensure existing metric * Add custom metric to SE * Mention SE support of the custom metric func in docs * Use directly model metrics in leaderboard This change is motivated by an issue with SE level-one validation frame that is ephemeral and can not be checksummed.
wendycwong
approved these changes
Jul 12, 2023
maurever
pushed a commit
that referenced
this pull request
Sep 6, 2023
* Add custom metric to leaderboard * Verify sorting by custom metric * Make sure the custom metrics share the same names * Fix custom metric calculation in CV (#15576) * GH-15565: Add custom metric to automl [nocheck] (#15577) * Fix custom metric calculation in CV (prototype) * Allow custom_metric_func in automl * Return NaN for models that don't support custom metric * Revert change used to ensure existing metric * GH-15559: Add custom metric to SE [nocheck] (#15579) * Fix custom metric calculation in CV (prototype) * Allow custom_metric_func in automl * Return NaN for models that don't support custom metric * Revert change used to ensure existing metric * Add custom metric to SE * Mention SE support of the custom metric func in docs * Use directly model metrics in leaderboard This change is motivated by an issue with SE level-one validation frame that is ephemeral and can not be checksummed.
maurever
pushed a commit
that referenced
this pull request
Sep 6, 2023
* Add custom metric to leaderboard * Verify sorting by custom metric * Make sure the custom metrics share the same names * Fix custom metric calculation in CV (#15576) * GH-15565: Add custom metric to automl [nocheck] (#15577) * Fix custom metric calculation in CV (prototype) * Allow custom_metric_func in automl * Return NaN for models that don't support custom metric * Revert change used to ensure existing metric * GH-15559: Add custom metric to SE [nocheck] (#15579) * Fix custom metric calculation in CV (prototype) * Allow custom_metric_func in automl * Return NaN for models that don't support custom metric * Revert change used to ensure existing metric * Add custom metric to SE * Mention SE support of the custom metric func in docs * Use directly model metrics in leaderboard This change is motivated by an issue with SE level-one validation frame that is ephemeral and can not be checksummed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#6779