Skip to content

Commit 9b9e4d4

Browse files
committed
typo
1 parent a683c93 commit 9b9e4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ A key to enabling toolboxes to enhance LearnAPI.jl algorithm functionality is th
9898
implementation of two key additional methods, beyond the usual `fit` and
9999
`predict`/`transform`. Given any training `data` consumed by `fit` (such as `data = (X,
100100
y)` in the example above) [`LearnAPI.features(algorithm, data)`](@ref input) tells us what
101-
part of `data` comprises *features*, which is something that can be passsed onto to
101+
part of `data` comprises *features*, which is something that can be passed onto to
102102
`predict` or `transform` (`X` in the example) while [`LearnAPI.target(algorithm,
103103
data)`](@ref), if implemented, tells us what part comprises the target (`y` in the
104104
example). By explicitly requiring such methods, we free algorithms to consume data in

0 commit comments

Comments
 (0)