You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: #3506
Add a convenience function for accessing a DF explaning the experiment state. Note that we do not call this "to_df", which IMO implies some sort of “lossless”-ness and makes it seem more analogous to “to_json” etc
The DataFrame computed will contain one row per arm and the following columns:
- trial_index: The trial index of the arm
- arm_name: The name of the arm
- trial_status: The status of the trial (e.g. RUNNING, SUCCEDED, FAILED)
- failure_reason: The reason for the failure, if applicable
- generation_method: The model_key of the model that generated the arm
- generation_node: The name of the ``GenerationNode`` that generated the arm
- **METADATA: Any metadata associated with the trial, as specified by the
Experiment's runner.run_metadata_report_keys field
- **METRIC_NAME: The observed mean of the metric specified, for each metric
- **PARAMETER_NAME: The parameter value for the arm, for each parameter
Reviewed By: lena-kashtelyan
Differential Revision: D70923695
0 commit comments