We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Introduced in #881:
# pytest mlos_bench/mlos_bench/storage/__init__.py ... 146 >>> experiment_data.results_df.drop(columns=["ts_start"]) Expected: trial_id ... result.objective_metric 0 1 ... 42 <BLANKLINE> [1 rows x 7 columns] Got: trial_id ts_end tunable_config_id tunable_config_trial_group_id status config.param1 result.objective_metric 0 1 2024-12-06 23:49:09.389008+00:00 1 1 SUCCEEDED 50 42
The text was updated successfully, but these errors were encountered:
25bf9a0
bpkroth
Successfully merging a pull request may close this issue.
Introduced in #881:
The text was updated successfully, but these errors were encountered: