Commit 17ac795
Fix in-design filtering regression (#5103)
Summary:
Pull Request resolved: #5103
D94693361 introduced a regression: when source experiments have more
parameters than target and status_quo is set, FillMissingParameters adds
extra columns to target arm data during _compute_in_design.
check_membership_df then returns [False] for all rows because
df_cols != ss_params. All target arms are incorrectly filtered out.
Fix: Override _compute_in_design in TransferLearningAdapter to use
check_all_parameters_present=False.
Reviewed By: saitcakmak
Differential Revision: D97625737
fbshipit-source-id: e34339cf1b2bbf2445ab8bd7ac8b5399001647511 parent c6a1770 commit 17ac795
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
242 | 267 | | |
243 | 268 | | |
244 | 269 | | |
| |||
0 commit comments