From 3750a12e1dc2dfd105159b6f8dd53be57ed17dac Mon Sep 17 00:00:00 2001 From: benwandrew Date: Wed, 17 May 2023 11:51:06 -0400 Subject: [PATCH] Update README.md add "AutoRA" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb8ee10..582ed7b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Uncertainty Sampler +# AutoRA Uncertainty Sampler The uncertainty sampler identifies experimental conditions $\vec{x}' \in X'$ with respect model uncertainty. Within the uncertainty sampler, there are three methods to determine uncertainty: @@ -40,4 +40,4 @@ lr_theorist.fit(X,y) #Sampler X_new = uncertainty_sampler(X, lr_theorist, n, measure ="least_confident") -``` \ No newline at end of file +```