Skip to content

Commit d067068

Browse files
authored
Update README.md
1 parent f6e3294 commit d067068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Here `learner` specifies the configuration the algorithm (the hyperparameters) w
2424
`model` stores learned parameters and any byproducts of algorithm execution.
2525

2626
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
27+
meta-algorithms, such as cross-validation, hyperparameter optimization, or model composition, but does aim to
2828
support such algorithms.
2929

3030
## Related packages

0 commit comments

Comments
 (0)