-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start adding helper functions * Finish adding helper functions * Add working tests for helper functions * Add get_recommendation_score to AutoMLSearch * Add ranking score to results generation * Only normalize metrics if not bounded like percentage * Add check and test for imbalanced data (not working yet) * Add argument verification and tests to automl init * Add ability to include ranking-only metrics in recommendation score * Test fixes * A few more test fixes * Codecov fixes and release notes * Augment get_recommendation_scores to be more user-friendly * Add recommendation score to docs * PR comments * Lint * PR comments * Add custom_objectives dict * Refactor prioritized_objective to be a custom weight * Just a bit of cleanup * Remove prioritized_weight argument * Test fixes after removing priority weight argument * MAE should NOT be bounded_like_percentage YIKES --------- Co-authored-by: chukarsten <64713315+chukarsten@users.noreply.github.com>
- Loading branch information
1 parent
b530abd
commit d777c6c
Showing
10 changed files
with
902 additions
and
69 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.