Skip to content
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

Closed
wants to merge 1 commit into from

Commits on Jul 30, 2024

  1. New parallel coordinates plot (facebook#2590)

    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
    mpolson64 authored and facebook-github-bot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    920991d View commit details
    Browse the repository at this point in the history