Skip to content

Commit

Permalink
docs: Fix scikit-learn link
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedouzas committed Dec 2, 2023
1 parent 7aa8d9c commit 3d74b1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3d74b1b

Please sign in to comment.