-
Notifications
You must be signed in to change notification settings - Fork 311
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
Create output message, comparing baseline to optimal result. Single Objective only (1/n) #1997
Conversation
This pull request was exported from Phabricator. Differential Revision: D51073855 |
…bjective only (1/n) (facebook#1997) Summary: For single objective cases, if both a baseline trial and an optimal trial are present in trials_df, add a message to self.markdown_messages with the % improvement between baseline to optimal. Next step: add support for MOO cases Differential Revision: D51073855
8c7e90e
to
fad7111
Compare
This pull request was exported from Phabricator. Differential Revision: D51073855 |
…bjective only (1/n) (facebook#1997) Summary: For single objective cases, if both a baseline trial and an optimal trial are present in trials_df, add a message to self.markdown_messages with the % improvement between baseline to optimal. Next step: add support for MOO cases Differential Revision: D51073855
fad7111
to
f50a78e
Compare
This pull request was exported from Phabricator. Differential Revision: D51073855 |
…bjective only (1/n) (facebook#1997) Summary: For single objective cases, if both a baseline trial and an optimal trial are present in trials_df, add a message to self.markdown_messages with the % improvement between baseline to optimal. Next step: add support for MOO cases Differential Revision: D51073855
f50a78e
to
c4c3e3d
Compare
This pull request was exported from Phabricator. Differential Revision: D51073855 |
…bjective only (1/n) (facebook#1997) Summary: For single objective cases, if both a baseline trial and an optimal trial are present in trials_df, add a message to self.markdown_messages with the % improvement between baseline to optimal. Next step: add support for MOO cases Reviewed By: bernardbeckerman Differential Revision: D51073855
c4c3e3d
to
a753d3e
Compare
This pull request was exported from Phabricator. Differential Revision: D51073855 |
…bjective only (1/n) (facebook#1997) Summary: For single objective cases, if both a baseline trial and an optimal trial are present in trials_df, add a message to self.markdown_messages with the % improvement between baseline to optimal. Next step: add support for MOO cases Reviewed By: bernardbeckerman Differential Revision: D51073855
This pull request has been merged in 65cf6f2. |
Summary:
For single objective cases, if both a baseline trial and an optimal trial are present in trials_df, add a message to self.markdown_messages with the % improvement between baseline to optimal.
Next step: add support for MOO cases
Differential Revision: D51073855