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 b5d6d62 + 3750a12 commit fb00b65
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 fb00b65

Please sign in to comment.