File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ predict(model, newdata)
2323Here ` 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
2727meta-algorithms, such as cross-validation or hyperparameter optimization, but does aim to
2828support such algorithms.
2929
@@ -40,7 +40,7 @@ support such algorithms.
4040### Selected packages providing alternative API's
4141
4242The 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
You can’t perform that action at this time.
0 commit comments