File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -92,16 +92,6 @@ then overloading `obs` is completely optional. Plain iteration interfaces, with
92
92
knowledge of the number of observations, can also be specified (to support, e.g., data
93
93
loaders reading images from disk).
94
94
95
- ## Hooks adding algorithm-generic functonality
96
-
97
- Given any training ` data ` consumed by ` fit ` (such as ` data = (X, y) ` in the example above)
98
- [ ` LearnAPI.features(algorithm, data) ` ] (@ref input) tells us what part of ` data ` comprises
99
- * features* , which is something that can be passed onto to ` predict ` or ` transform ` (` X ` in
100
- the example) while [ ` LearnAPI.target(algorithm, data) ` ] ( @ref ) , if implemented, tells us
101
- what part comprises the target (` y ` in the example). By explicitly requiring such methods,
102
- LearnAPI.jl frees algorithms to consume data in multiple forms, including optimised,
103
- algorithm-specific forms, as described above.
104
-
105
95
## Learning more
106
96
107
97
- [ Anatomy of an Implementation] ( @ref ) : informal introduction to the main actors in a new
You can’t perform that action at this time.
0 commit comments