-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set default inducing_size to 99 everywhere in GPClassificationModels (#…
…412) Summary: Pull Request resolved: #412 Inducing sizes for GPClassification Models (and it's children) had different defaults, dependent on whether they were initialized via the from_config class method or a normal __init__. This is changed to always be the same, respecting the default as defined in the __init__. Additionally, GPClassificationModels now use a default inducing_size of 99. This is because when inducing_size>=100 and the n>=100, model fitting takes extremely long. We warn the user when inducing_size is above 100. Reviewed By: crasanders Differential Revision: D64728394 fbshipit-source-id: 63d149e33ee92e63b07d93bfba5d388dadd8ba5a
- Loading branch information
1 parent
6c74be2
commit ba43914
Showing
4 changed files
with
25 additions
and
14 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
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