File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ A key to enabling toolboxes to enhance LearnAPI.jl algorithm functionality is th
98
98
implementation of two key additional methods, beyond the usual ` fit ` and
99
99
` predict ` /` transform ` . Given any training ` data ` consumed by ` fit ` (such as `data = (X,
100
100
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
102
102
` predict ` or ` transform ` (` X ` in the example) while [ `LearnAPI.target(algorithm,
103
103
data)` ](@ref), if implemented, tells us what part comprises the target ( ` y` in the
104
104
example). By explicitly requiring such methods, we free algorithms to consume data in
You can’t perform that action at this time.
0 commit comments