Skip to content

Commit bbd0220

Browse files
authored
Merge pull request #38 from JuliaAI/move-to-data-inferred-testing
Add testing with inferred data
2 parents 6ccbae4 + 96efa86 commit bbd0220

File tree

14 files changed

+198
-2474
lines changed

14 files changed

+198
-2474
lines changed

Project.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
name = "MLJTestIntegration"
22
uuid = "697918b4-fdc1-4f9e-8ff9-929724cee270"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.4.1"
4+
version = "0.5.0"
55

66
[deps]
77
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
8+
MLJModels = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
89
MLJTestInterface = "72560011-54dd-4dc2-94f3-c5de45b75ecd"
910
NearestNeighborModels = "636a865e-7cf4-491e-846c-de09b730eb36"
1011
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1112
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1213

1314
[compat]
1415
MLJ = "0.18, 0.19, 0.20"
15-
MLJTestInterface = "0.2"
16+
MLJTestInterface = "0.2.4"
1617
NearestNeighborModels = "0.2"
18+
Pkg = "<0.0.1, 1"
19+
Test = "<0.0.1, 1"
1720
julia = "1.6"
21+
22+
[extras]
23+
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
24+
MLJModels = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
25+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
26+
27+
[targets]
28+
test = ["MLJDecisionTreeInterface", "MLJModels", "Test"]

0 commit comments

Comments
 (0)