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)
23
23
Here ` learner ` specifies the configuration the algorithm (the hyperparameters) while
24
24
` model ` stores learned parameters and any byproducts of algorithm execution.
25
25
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
27
27
meta-algorithms, such as cross-validation or hyperparameter optimization, but does aim to
28
28
support such algorithms.
29
29
@@ -40,7 +40,7 @@ support such algorithms.
40
40
### Selected packages providing alternative API's
41
41
42
42
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.
44
44
45
45
- [ AutoMLPipeline.jl] ( https://github.com/IBM/AutoMLPipeline.jl )
46
46
You can’t perform that action at this time.
0 commit comments