Skip to content

Commit 720038b

Browse files
committed
doc tweak
1 parent b1341eb commit 720038b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ predict(model, newdata)
2323
Here `learner` specifies the configuration the algorithm (the hyperparameters) while
2424
`model` stores learned parameters and any byproducts of algorithm execution.
2525

26-
LearnAPI.jl is mostly a few method stubs and lots of documentation. It does not provide
26+
LearnAPI.jl is mostly method stubs and lots of documentation. It does not provide
2727
meta-algorithms, such as cross-validation or hyperparameter optimization, but does aim to
2828
support such algorithms.
2929

@@ -40,7 +40,7 @@ support such algorithms.
4040
### Selected packages providing alternative API's
4141

4242
The following alphabetical list of packages provide public base API's. Some provide
43-
additional functionality. PR's to add missing items very welcome.
43+
additional functionality. PR's to add missing items welcome.
4444

4545
- [AutoMLPipeline.jl](https://github.com/IBM/AutoMLPipeline.jl)
4646

0 commit comments

Comments
 (0)