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 f6e3294 commit d067068Copy full SHA for d067068
README.md
@@ -24,7 +24,7 @@ Here `learner` specifies the configuration the algorithm (the hyperparameters) w
24
`model` stores learned parameters and any byproducts of algorithm execution.
25
26
LearnAPI.jl is mostly method stubs and lots of documentation. It does not provide
27
-meta-algorithms, such as cross-validation or hyperparameter optimization, but does aim to
+meta-algorithms, such as cross-validation, hyperparameter optimization, or model composition, but does aim to
28
support such algorithms.
29
30
## Related packages
0 commit comments