Skip to content

Commit 02c504f

Browse files
authored
Merge pull request #40 from JuliaAI/dev
For a 0.5.0 release - take II
2 parents ab16d03 + a36d226 commit 02c504f

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1313

1414
[compat]
1515
MLJ = "0.18, 0.19, 0.20"
16+
MLJModels = "0.16"
1617
MLJTestInterface = "0.2.4"
1718
NearestNeighborModels = "0.2"
1819
Pkg = "<0.0.1, 1"

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ MLJTestIntegration.test(models, data...; mod=Main, level=2, throw=false, verbosi
2929

3030
For detailed documentation, run `using MLJTestIntegration; @doc MLJTestIntegration.test`.
3131

32-
For convenience, a number of specializations of this method are also provided:
33-
34-
- `test_single_target_classifiers`
35-
- `test_single_target_regressors`
36-
- `test_single_target_count_regressors`
37-
- `test_continuous_table_transformers`
38-
39-
Query the document strings for details, or see
40-
[examples/bigtest/notebook.jl](examples/bigtest/notebook.jl).
41-
4232

4333
# Example: Testing models filtered from the MLJ model registry
4434

0 commit comments

Comments
 (0)