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 9509447 + 210e200 commit e660e4d
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

A sampler which returns the nearest values between the input samples and the allowed values, without replacement.

Expand All @@ -15,4 +15,4 @@ n = 5
#Sampler
X_new = nearest_values_sampler(X, X_allowed, n)
```
```

0 comments on commit e660e4d

Please sign in to comment.