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 646aef3 commit b1341ebCopy full SHA for b1341eb
README.md
@@ -23,7 +23,7 @@ predict(model, newdata)
23
Here `learner` specifies the configuration the algorithm (the hyperparameters) while
24
`model` stores learned parameters and any byproducts of algorithm execution.
25
26
-LearnAPI.jl mostly a few method stubs and lots of documentation. It does not provide
+LearnAPI.jl is mostly a few method stubs and lots of documentation. It does not provide
27
meta-algorithms, such as cross-validation or hyperparameter optimization, but does aim to
28
support such algorithms.
29
0 commit comments