Skip to content

Commit

Permalink
Merge pull request #40 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.5.0 release - take II
  • Loading branch information
ablaom authored Jan 12, 2024
2 parents ab16d03 + a36d226 commit 02c504f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
MLJ = "0.18, 0.19, 0.20"
MLJModels = "0.16"
MLJTestInterface = "0.2.4"
NearestNeighborModels = "0.2"
Pkg = "<0.0.1, 1"
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@ MLJTestIntegration.test(models, data...; mod=Main, level=2, throw=false, verbosi

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

For convenience, a number of specializations of this method are also provided:

- `test_single_target_classifiers`
- `test_single_target_regressors`
- `test_single_target_count_regressors`
- `test_continuous_table_transformers`

Query the document strings for details, or see
[examples/bigtest/notebook.jl](examples/bigtest/notebook.jl).


# Example: Testing models filtered from the MLJ model registry

Expand Down

0 comments on commit 02c504f

Please sign in to comment.