Skip to content

Commit

Permalink
Merge pull request #16 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.2.2 release
  • Loading branch information
ablaom authored Aug 24, 2022
2 parents 0a52dc4 + 77428a4 commit 6eb89d9
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 86 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJTestIntegration"
uuid = "697918b4-fdc1-4f9e-8ff9-929724cee270"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.2.1"
version = "0.2.2"

[deps]
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ regressors = MLJTestIntegration.MLJ.models(matching(X, y)) do m
m.package_name == "GLM"
end

# to test code loading *and* load code:
MLJTestIntegration.test(regressors, X, y, verbosity=1, mod=@__MODULE__, level=4)
# to test code loading:
MLJTestIntegration.test(regressors, X, y, verbosity=2, mod=@__MODULE__, level=1)

# comprehensive tests:
failures, summary =
MLJTestIntegration.test(regressors, X, y, verbosity=3, mod=@__MODULE__, level=4)
MLJTestIntegration.test(regressors, X, y, verbosity=2, mod=@__MODULE__, level=4)

summary |> DataFrame
```
Loading

0 comments on commit 6eb89d9

Please sign in to comment.