We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c820704 commit 455c60cCopy full SHA for 455c60c
adaptive/learner/base_learner.py
@@ -12,7 +12,7 @@ def uses_nth_neighbors(n):
12
with ``n`` nearest neighbors
13
14
The loss function will then receive the data of the N nearest neighbors
15
- (``nth_neighbors``) aling with the data of the interval itself in a dict.
+ (``nth_neighbors``) along with the data of the interval itself in a dict.
16
The `~adaptive.Learner1D` will also make sure that the loss is updated
17
whenever one of the ``nth_neighbors`` changes.
18
0 commit comments