Skip to content

Conversation

@ItsMrLin
Copy link
Contributor

@ItsMrLin ItsMrLin commented Dec 8, 2025

Summary:
Adds an expect_relativized_outcomes boolean flag to PreferenceOptimizationConfig to validate that outcomes are in the expected scale (relative percentage vs. absolute) before reaching the preference model. This flag will be used in later steps by the adapter layer to validate that appropriate transform pipelines are in place.

meta: although we expect relativized outcomes in PTS where BOPE is primarily used, it is a natural default to expect the outcomes to be on their raw, original scale. This is part of the plan to replace PLBO node with regular MBM node + PrefOptConfig in PTS

Differential Revision: D87721201

@meta-codesync
Copy link

meta-codesync bot commented Dec 8, 2025

@ItsMrLin has exported this pull request. If you are a Meta employee, you can view the originating Diff in D87721201.

@meta-cla meta-cla bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Dec 8, 2025
@codecov-commenter
Copy link

codecov-commenter commented Dec 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.54%. Comparing base (c57e6a8) to head (05b2fad).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4632   +/-   ##
=======================================
  Coverage   96.54%   96.54%           
=======================================
  Files         561      561           
  Lines       58249    58251    +2     
=======================================
+ Hits        56236    56238    +2     
  Misses       2013     2013           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

ItsMrLin added a commit to ItsMrLin/Ax that referenced this pull request Dec 9, 2025
…acebook#4632)

Summary:

Adds an `expect_relativized_outcomes` boolean flag to `PreferenceOptimizationConfig` to validate that outcomes are in the expected scale (relative percentage vs. absolute) before reaching the preference model. This flag will be used in later steps by the adapter layer to validate that appropriate transform pipelines are in place.

meta: although we expect relativized outcomes in PTS where BOPE is primarily used, it is a natural default to expect the outcomes to be on their raw, original scale. This is part of [the plan](https://docs.google.com/document/d/185KQovo9WAkBsIzpERZR6apRg6lbayUI0o1wZjF9EnY/edit?usp=sharing) to replace PLBO node with regular MBM node + PrefOptConfig in PTS

Differential Revision: D87721201
ItsMrLin added a commit to ItsMrLin/Ax that referenced this pull request Dec 9, 2025
…acebook#4632)

Summary:

Adds an `expect_relativized_outcomes` boolean flag to `PreferenceOptimizationConfig` to validate that outcomes are in the expected scale (relative percentage vs. absolute) before reaching the preference model. This flag will be used in later steps by the adapter layer to validate that appropriate transform pipelines are in place.

meta: although we expect relativized outcomes in PTS where BOPE is primarily used, it is a natural default to expect the outcomes to be on their raw, original scale. This is part of [the plan](https://docs.google.com/document/d/185KQovo9WAkBsIzpERZR6apRg6lbayUI0o1wZjF9EnY/edit?usp=sharing) to replace PLBO node with regular MBM node + PrefOptConfig in PTS

Differential Revision: D87721201
ItsMrLin added a commit to ItsMrLin/Ax that referenced this pull request Dec 9, 2025
…acebook#4632)

Summary:

Adds an `expect_relativized_outcomes` boolean flag to `PreferenceOptimizationConfig` to validate that outcomes are in the expected scale (relative percentage vs. absolute) before reaching the preference model. This flag will be used in later steps by the adapter layer to validate that appropriate transform pipelines are in place.

meta: although we expect relativized outcomes in PTS where BOPE is primarily used, it is a natural default to expect the outcomes to be on their raw, original scale. This is part of [the plan](https://docs.google.com/document/d/185KQovo9WAkBsIzpERZR6apRg6lbayUI0o1wZjF9EnY/edit?usp=sharing) to replace PLBO node with regular MBM node + PrefOptConfig in PTS

Reviewed By: Balandat

Differential Revision: D87721201
…acebook#4632)

Summary:

Adds an `expect_relativized_outcomes` boolean flag to `PreferenceOptimizationConfig` to validate that outcomes are in the expected scale (relative percentage vs. absolute) before reaching the preference model. This flag will be used in later steps by the adapter layer to validate that appropriate transform pipelines are in place.

meta: although we expect relativized outcomes in PTS where BOPE is primarily used, it is a natural default to expect the outcomes to be on their raw, original scale. This is part of [the plan](https://docs.google.com/document/d/185KQovo9WAkBsIzpERZR6apRg6lbayUI0o1wZjF9EnY/edit?usp=sharing) to replace PLBO node with regular MBM node + PrefOptConfig in PTS

Reviewed By: Balandat

Differential Revision: D87721201
ItsMrLin added a commit to ItsMrLin/Ax that referenced this pull request Dec 10, 2025
…acebook#4632)

Summary:

Adds an `expect_relativized_outcomes` boolean flag to `PreferenceOptimizationConfig` to validate that outcomes are in the expected scale (relative percentage vs. absolute) before reaching the preference model. This flag will be used in later steps by the adapter layer to validate that appropriate transform pipelines are in place.

meta: although we expect relativized outcomes in PTS where BOPE is primarily used, it is a natural default to expect the outcomes to be on their raw, original scale. This is part of [the plan](https://docs.google.com/document/d/185KQovo9WAkBsIzpERZR6apRg6lbayUI0o1wZjF9EnY/edit?usp=sharing) to replace PLBO node with regular MBM node + PrefOptConfig in PTS

Reviewed By: Balandat

Differential Revision: D87721201
ItsMrLin added a commit to ItsMrLin/Ax that referenced this pull request Dec 10, 2025
…acebook#4632)

Summary:

Adds an `expect_relativized_outcomes` boolean flag to `PreferenceOptimizationConfig` to validate that outcomes are in the expected scale (relative percentage vs. absolute) before reaching the preference model. This flag will be used in later steps by the adapter layer to validate that appropriate transform pipelines are in place.

meta: although we expect relativized outcomes in PTS where BOPE is primarily used, it is a natural default to expect the outcomes to be on their raw, original scale. This is part of [the plan](https://docs.google.com/document/d/185KQovo9WAkBsIzpERZR6apRg6lbayUI0o1wZjF9EnY/edit?usp=sharing) to replace PLBO node with regular MBM node + PrefOptConfig in PTS

Reviewed By: Balandat

Differential Revision: D87721201
ItsMrLin added a commit to ItsMrLin/Ax that referenced this pull request Dec 10, 2025
…acebook#4632)

Summary:

Adds an `expect_relativized_outcomes` boolean flag to `PreferenceOptimizationConfig` to validate that outcomes are in the expected scale (relative percentage vs. absolute) before reaching the preference model. This flag will be used in later steps by the adapter layer to validate that appropriate transform pipelines are in place.

meta: although we expect relativized outcomes in PTS where BOPE is primarily used, it is a natural default to expect the outcomes to be on their raw, original scale. This is part of [the plan](https://docs.google.com/document/d/185KQovo9WAkBsIzpERZR6apRg6lbayUI0o1wZjF9EnY/edit?usp=sharing) to replace PLBO node with regular MBM node + PrefOptConfig in PTS

Reviewed By: Balandat

Differential Revision: D87721201
ItsMrLin added a commit to ItsMrLin/Ax that referenced this pull request Dec 10, 2025
…acebook#4632)

Summary:

Adds an `expect_relativized_outcomes` boolean flag to `PreferenceOptimizationConfig` to validate that outcomes are in the expected scale (relative percentage vs. absolute) before reaching the preference model. This flag will be used in later steps by the adapter layer to validate that appropriate transform pipelines are in place.

meta: although we expect relativized outcomes in PTS where BOPE is primarily used, it is a natural default to expect the outcomes to be on their raw, original scale. This is part of [the plan](https://docs.google.com/document/d/185KQovo9WAkBsIzpERZR6apRg6lbayUI0o1wZjF9EnY/edit?usp=sharing) to replace PLBO node with regular MBM node + PrefOptConfig in PTS

Reviewed By: Balandat

Differential Revision: D87721201
@meta-codesync meta-codesync bot closed this in 0df53a9 Dec 11, 2025
@meta-codesync
Copy link

meta-codesync bot commented Dec 11, 2025

This pull request has been merged in 0df53a9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants