@@ -11,11 +11,11 @@ A base Julia interface for machine learning and statistics </span>
11
11
12
12
LearnAPI.jl is a lightweight, functional-style interface, providing a collection of
13
13
[ methods] (@ref Methods), such as ` fit ` and ` predict ` , to be implemented by algorithms from
14
- machine learning and statistics. Its careful design ensures algorithms implementing
15
- LearnAPI.jl can buy into functionality, such as external performance estimates,
16
- hyperparameter optimization and model composition, provided by ML/statistics toolboxes and
17
- other packages. LearnAPI.jl includes a number of Julia [ traits ] ( @ ref traits) for promising
18
- specific behavior.
14
+ machine learning and statistics, some examples of which are listed [ here ] ( @ ref
15
+ patterns). A careful design ensures algorithms implementing LearnAPI.jl can buy into
16
+ functionality, such as external performance estimates, hyperparameter optimization and
17
+ model composition, provided by ML/statistics toolboxes and other packages. LearnAPI.jl
18
+ includes a number of Julia [ traits ] ( @ ref traits) for promising specific behavior.
19
19
20
20
LearnAPI.jl's only dependency is the standard library ` InteractiveUtils ` .
21
21
@@ -99,7 +99,7 @@ loaders reading images from disk).
99
99
100
100
- [ Reference] (@ref reference): official specification
101
101
102
- - [ Common Implementation Patterns] ( @ref ) : implementation suggestions for common,
102
+ - [ Common Implementation Patterns] (@ref patterns ): implementation suggestions for common,
103
103
informally defined, algorithm types
104
104
105
105
- [ Testing an Implementation] ( @ref )
0 commit comments