diff --git a/README.md b/README.md index 6357821..e7327a4 100644 --- a/README.md +++ b/README.md @@ -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. @@ -15,4 +15,4 @@ n = 5 #Sampler X_new = nearest_values_sampler(X, X_allowed, n) -``` \ No newline at end of file +```