Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite min_post_range test to using fitted GPClassificationModel (#477)
Summary: The test_finish_criteria test uses the MonotonicRejectionGP alongside many mocks. This seems really brittle meaning that it fails when very subtle things changes in the model (and is seemingly impossible to debug and maintain). The min_post_range finish condition actually cares about the values of the model so we move this out of that test into its own acutally using a model we fit (GPClassificationModel) so that we can test it easier. Reviewed By: crasanders Differential Revision: D67066880
- Loading branch information