-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In 'best_point' don't require GeneratorRun to have best_arm_predictio…
…ns to predict from model (#2767) Summary: Pull Request resolved: #2767 Context: `get_best_parameters_from_model_predictions_with_trial_index` will only predict from a model if there are `best_arm_predictions` on the `GeneratorRun`. This doesn't make sense, since it's about to construct and fit a new model and use it to generate predicts. Any existing `best_arm_predictions` are not used. This PR: * Removes the `gr.best_arm_predictions is not None` check * Changes how some imported functions are referenced in `best_point_mixin.py` (doesn't change functionality) Reviewed By: mpolson64 Differential Revision: D62594017 fbshipit-source-id: 25b07ec5668dc24572d5121a2db37b181d7bb36c
- Loading branch information
1 parent
81c945f
commit 2fc80f1
Showing
3 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters