- 
                Notifications
    
You must be signed in to change notification settings  - Fork 451
 
StratifiedStandardize OutcomeTransform #2671
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
Conversation
| 
           This pull request was exported from Phabricator. Differential Revision: D67728920  | 
    
428eddc    to
    51f4ca4      
    Compare
  
    Summary: see title. This allows applying stratified standardization at the model level, which will enable selecting whether to use a Single-task or multi-task model in Ax while using the appropriate transform. I.e. One could specify ModelConfigs that use 1) `SingleTaskGP` + `Standardize`, 2) `MultiTaskGP` + `StratifiedStandardize`. Differential Revision: D67728920
| 
           This pull request was exported from Phabricator. Differential Revision: D67728920  | 
    
Summary: see title. This allows applying stratified standardization at the model level, which will enable selecting whether to use a Single-task or multi-task model in Ax while using the appropriate transform. I.e. One could specify ModelConfigs that use 1) `SingleTaskGP` + `Standardize`, 2) `MultiTaskGP` + `StratifiedStandardize`. Differential Revision: D67728920
51f4ca4    to
    e220777      
    Compare
  
    | 
           This pull request was exported from Phabricator. Differential Revision: D67728920  | 
    
Summary: see title. This allows applying stratified standardization at the model level, which will enable selecting whether to use a Single-task or multi-task model in Ax while using the appropriate transform. I.e. One could specify ModelConfigs that use 1) `SingleTaskGP` + `Standardize`, 2) `MultiTaskGP` + `StratifiedStandardize`. Reviewed By: saitcakmak Differential Revision: D67728920
e220777    to
    0effb2a      
    Compare
  
    | 
           This pull request was exported from Phabricator. Differential Revision: D67728920  | 
    
Summary: see title. This allows applying stratified standardization at the model level, which will enable selecting whether to use a Single-task or multi-task model in Ax while using the appropriate transform. I.e. One could specify ModelConfigs that use 1) `SingleTaskGP` + `Standardize`, 2) `MultiTaskGP` + `StratifiedStandardize`. Reviewed By: saitcakmak Differential Revision: D67728920
0effb2a    to
    aab1cae      
    Compare
  
    | 
           This pull request was exported from Phabricator. Differential Revision: D67728920  | 
    
Summary: see title. This allows applying stratified standardization at the model level, which will enable selecting whether to use a Single-task or multi-task model in Ax while using the appropriate transform. I.e. One could specify ModelConfigs that use 1) `SingleTaskGP` + `Standardize`, 2) `MultiTaskGP` + `StratifiedStandardize`. Reviewed By: saitcakmak Differential Revision: D67728920
aab1cae    to
    8d4dce2      
    Compare
  
    | 
           This pull request was exported from Phabricator. Differential Revision: D67728920  | 
    
          Codecov ReportAll modified and coverable lines are covered by tests ✅ 
 Additional details and impacted files@@           Coverage Diff           @@
##             main    #2671   +/-   ##
=======================================
  Coverage   99.98%   99.98%           
=======================================
  Files         200      200           
  Lines       18157    18234   +77     
=======================================
+ Hits        18155    18232   +77     
  Misses          2        2           ☔ View full report in Codecov by Sentry.  | 
    
Summary: This enables using outcome transforms with behavior that depends on X. For example, this enables implementing a stratified standardize transform, where the the standardization is performing for distinct values of an input dimension. Reviewed By: esantorella Differential Revision: D67724473
Summary: see title. This allows applying stratified standardization at the model level, which will enable selecting whether to use a Single-task or multi-task model in Ax while using the appropriate transform. I.e. One could specify ModelConfigs that use 1) `SingleTaskGP` + `Standardize`, 2) `MultiTaskGP` + `StratifiedStandardize`. Reviewed By: saitcakmak Differential Revision: D67728920
8d4dce2    to
    c1c1757      
    Compare
  
    | 
           This pull request was exported from Phabricator. Differential Revision: D67728920  | 
    
| 
           This pull request has been merged in 831ea5d.  | 
    
Summary: see title. This allows applying stratified standardization at the model level, which will enable selecting whether to use a Single-task or multi-task model in Ax while using the appropriate transform. I.e. One could specify ModelConfigs that use 1)
SingleTaskGP+Standardize, 2)MultiTaskGP+StratifiedStandardize.Differential Revision: D67728920