diff --git a/README.md b/README.md index 3546b46..25a9ede 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,8 @@ pdm install ## Usage All the classes included in `geometric-smote` follow the [imbalanced-learn](https://imbalanced-learn.org/stable/) API using the -functionality of the base oversampler. Using [scikit-learn] convention, the data are represented as follows: +functionality of the base oversampler. Using [scikit-learn](https://scikit-learn.org/stable/) convention, the data are represented +as follows: - Input data `X`: 2D array-like or sparse matrices. - Targets `y`: 1D array-like.