Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add "AutoRA"
  • Loading branch information
benwandrew authored May 17, 2023
1 parent 7f354c3 commit 3750a12
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 @@
# 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:

Expand Down Expand Up @@ -40,4 +40,4 @@ lr_theorist.fit(X,y)
#Sampler
X_new = uncertainty_sampler(X, lr_theorist, n, measure ="least_confident")
```
```

0 comments on commit 3750a12

Please sign in to comment.