forked from IQVIA-ML/TreeParzen.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
33 lines (29 loc) · 1.1 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
name = "TreeParzen"
uuid = "eb66a70c-a255-11e9-03ea-7ba6b2f22006"
authors = ["iqml <https://github.com/iqml>"]
version = "0.3.2"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
MLJTuning = "03970b2e-30c4-11ea-3135-d1576263f10f"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
Compat = "^1.3, ^2, ^3, 4"
Coverage = "^1.0"
Distributions = "0.22, 0.24, 0.25"
DocStringExtensions = "0.8, 0.9"
MLJTuning = "^0.6, 0.7"
SpecialFunctions = "0.8, 2"
julia = "1"
[extras]
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["DecisionTree", "MLJDecisionTreeInterface", "MLJBase", "Statistics", "StatsBase", "Test"]