Skip to content

Commit

Permalink
docs: fix KNNRegressor.window docstring typo (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu authored Dec 30, 2024
1 parent a54dcdb commit 284f51b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sequentia/models/knn/regressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ def __init__(
If ``None``, then a uniform weighting of 1 will be applied to all
distances.
window: The size of the Sakoe—Chiba band global constrant as a
window:
The size of the Sakoe—Chiba band global constrant as a
fraction of the length of the shortest of the two sequences being
compared.
Expand Down

0 comments on commit 284f51b

Please sign in to comment.