-
Notifications
You must be signed in to change notification settings - Fork 312
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
New parallel coordinates plot #2590
Conversation
This pull request was exported from Phabricator. Differential Revision: D59927703 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2590 +/- ##
==========================================
+ Coverage 95.20% 95.22% +0.01%
==========================================
Files 492 494 +2
Lines 47642 47737 +95
==========================================
+ Hits 45358 45456 +98
+ Misses 2284 2281 -3 ☔ View full report in Codecov by Sentry. |
This pull request was exported from Phabricator. Differential Revision: D59927703 |
Summary: Pull Request resolved: facebook#2590 An improved version of the parallel coordinates analysis I implemented earlier this year, now refactored with AnalysisCards. Main improvements include: * Ability to infer what metric to use based on the OptimizationConfig if one is not provided * Compatibility with ChoiceParameters and FixedParameters * Truncation of long parameter and metric names where appropriate NOTE: This analysis introduces a number of helper functions in parallel_coordinates.py -- as we add more analyses these should be refactored out into analysis/plotly/utils.py or analysis/utils.py as appropriate. Differential Revision: D59927703
e70965a
to
0a52bc2
Compare
This pull request was exported from Phabricator. Differential Revision: D59927703 |
Summary: Pull Request resolved: facebook#2590 An improved version of the parallel coordinates analysis I implemented earlier this year, now refactored with AnalysisCards. Main improvements include: * Ability to infer what metric to use based on the OptimizationConfig if one is not provided * Compatibility with ChoiceParameters and FixedParameters * Truncation of long parameter and metric names where appropriate NOTE: This analysis introduces a number of helper functions in parallel_coordinates.py -- as we add more analyses these should be refactored out into analysis/plotly/utils.py or analysis/utils.py as appropriate. Differential Revision: D59927703
0a52bc2
to
26755c7
Compare
This pull request was exported from Phabricator. Differential Revision: D59927703 |
Summary: Pull Request resolved: facebook#2590 An improved version of the parallel coordinates analysis I implemented earlier this year, now refactored with AnalysisCards. Main improvements include: * Ability to infer what metric to use based on the OptimizationConfig if one is not provided * Compatibility with ChoiceParameters and FixedParameters * Truncation of long parameter and metric names where appropriate NOTE: This analysis introduces a number of helper functions in parallel_coordinates.py -- as we add more analyses these should be refactored out into analysis/plotly/utils.py or analysis/utils.py as appropriate. Differential Revision: D59927703
26755c7
to
193e6e6
Compare
This pull request was exported from Phabricator. Differential Revision: D59927703 |
193e6e6
to
6755793
Compare
Summary: Pull Request resolved: facebook#2590 An improved version of the parallel coordinates analysis I implemented earlier this year, now refactored with AnalysisCards. Main improvements include: * Ability to infer what metric to use based on the OptimizationConfig if one is not provided * Compatibility with ChoiceParameters and FixedParameters * Truncation of long parameter and metric names where appropriate NOTE: This analysis introduces a number of helper functions in parallel_coordinates.py -- as we add more analyses these should be refactored out into analysis/plotly/utils.py or analysis/utils.py as appropriate. Differential Revision: D59927703
Summary: Pull Request resolved: facebook#2590 An improved version of the parallel coordinates analysis I implemented earlier this year, now refactored with AnalysisCards. Main improvements include: * Ability to infer what metric to use based on the OptimizationConfig if one is not provided * Compatibility with ChoiceParameters and FixedParameters * Truncation of long parameter and metric names where appropriate NOTE: This analysis introduces a number of helper functions in parallel_coordinates.py -- as we add more analyses these should be refactored out into analysis/plotly/utils.py or analysis/utils.py as appropriate. Reviewed By: Cesar-Cardoso Differential Revision: D59927703
This pull request was exported from Phabricator. Differential Revision: D59927703 |
6755793
to
920991d
Compare
This pull request has been merged in 3e6a0de. |
Summary:
An improved version of the parallel coordinates analysis I implemented earlier this year, now refactored with AnalysisCards.
Main improvements include:
NOTE: This analysis introduces a number of helper functions in parallel_coordinates.py -- as we add more analyses these should be refactored out into analysis/plotly/utils.py or analysis/utils.py as appropriate.
Differential Revision: D59927703