Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chadcwilliams committed May 17, 2023
2 parents f10fe25 + 98b397d commit 09cba66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Model Disagreement Sampler
# AutoRA Model Disagreement Sampler

The model disagreement sampler identifies experimental conditions $\vec{x}' \in X'$ with respect to
a pairwise distance metric between theorist models, $P_{M_{i}}(\hat{y}, \vec{x}')$:
Expand Down Expand Up @@ -28,4 +28,4 @@ darts_theorist.fit(X,y)
#Sampler
X_new = model_disagreement_sampler(X, [bms_theorist, darts_theorist], n)
```
```

0 comments on commit 09cba66

Please sign in to comment.