Skip to content

Commit

Permalink
minor typo has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
abedinia committed Jul 19, 2024
1 parent 6b4d56c commit 53e0a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This package provides tools for calculating weights for test data based on train
You can install the package using `pip`:

```bash
pip install db_weights
pip install db-weights
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
author="Aydin Abedinia",
author_email="[email protected]",
description="Calculating db_weights for test data based on training data.",
long_description="Distance based weighting alg for semi-supervised learning",
long_description="Distance based weighting alg for semi-supervised learning. more information: https://link.springer.com/article/10.1007/s13042-024-02161-z",
long_description_content_type="text/markdown",
url="https://github.com/WeightedBasedAI/db_weights",
packages=find_packages(),
Expand Down

0 comments on commit 53e0a34

Please sign in to comment.