-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
35 lines (31 loc) · 1.07 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name = "SoleDecisionTreeInterface"
uuid = "de8eae22-3630-40e0-868c-abfc4c1bb3da"
authors = ["Giovanni Pagliarini"]
version = "0.1.5"
[deps]
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Sole = "7b3b3b3f-8b15-4a80-a798-b383498bc2cf"
[compat]
DataFrames = "1.6"
DecisionTree = "0.12"
MLJ = "0.20"
MLJBase = "1.6"
MLJDecisionTreeInterface = "0.4"
Reexport = "1"
Sole = "0.6"
SoleData = "0.15"
SoleModels = "0.9"
julia = "1"
[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SoleData = "123f1ae1-6307-4526-ab5b-aab3a92a2b8c"
SoleModels = "4249d9c7-3290-4ddd-961c-e1d3ec2467f8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "DataFrames", "Random", "MLJ", "BenchmarkTools", "MLJBase", "MLJDecisionTreeInterface", "SoleData", "SoleModels"]