diff --git a/README.md b/README.md index 745f8c2..a3feb27 100644 --- a/README.md +++ b/README.md @@ -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}')$: @@ -28,4 +28,4 @@ darts_theorist.fit(X,y) #Sampler X_new = model_disagreement_sampler(X, [bms_theorist, darts_theorist], n) -``` \ No newline at end of file +```