From c99a0294c989a665603c54b8cc4e29fa596db254 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 9 Nov 2021 12:20:23 +0100 Subject: [PATCH 1/2] . --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59347cc..c1895e2 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name="doubtlab", - version="0.0.2", + version="0.1.0", author="Vincent D. Warmerdam", packages=find_packages(exclude=["notebooks", "docs"]), description="Don't Blindly Trust Your Labels", From cfff3c80011e230a689c145fbde3a721747fbaef Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 9 Nov 2021 12:21:47 +0100 Subject: [PATCH 2/2] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d48d1b..59750e7 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ X, y = load_iris(return_X_y=True) model = LogisticRegression(max_iter=1_000) model.fit(X, y) -# Next we can the reasons for doubt. In this case we're saying +# Next we can add reasons for doubt. In this case we're saying # that examples deserve another look if the associated proba values # are low or if the model output doesn't match the associated label. reasons = {