-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence input normalization warnings in cross validation (#2310)
Summary: Pull Request resolved: #2310 If we compute CV directly using `TorchModelBridge._cross_validate`, we skip the part of `ModelBridge.cross_validate` that silences these warnings. Replicated the same logic for CV computations in the untransformed space. Reviewed By: sunnyshen321 Differential Revision: D55648398 fbshipit-source-id: 3a6f7a9ac29e21bcf8413a835dbd04ef3e117d7b
- Loading branch information
1 parent
e956132
commit 0014c75
Showing
3 changed files
with
31 additions
and
11 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