-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
45 lines (41 loc) · 1.33 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
36
37
38
39
40
41
42
43
44
45
name = "SmartML"
uuid = "eb8b94b2-5e6e-4467-a0a4-aef532806662"
authors = ["monty <[email protected]>"]
version = "1.1.0"
[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DocumentFunction = "e1f3b4f0-2dc4-57d3-83f7-d4b7faf3b05b"
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
Mads = "d6bdc55b-bd94-5012-933c-1f73fc2ee992"
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
MLJXGBoostInterface = "54119dfa-1dab-4055-a167-80440f4f7a91"
MLJLIBSVMInterface = "61c7150f-6c77-4bb1-949c-13197eac2a52"
NMFk = "e40cd9e2-a1df-5d90-a1fa-603fdc3dbdd8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
SVR = "22bb73d7-edb2-5785-ba1e-7d60d6824784"
XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9"
[compat]
DelimitedFiles = "1"
DocumentFunction = "1"
Gadfly = "1"
Interpolations = "0.14, 0.15, 0.16, 1"
JLD = "0.13, 0.14, 1"
Mads = "1.6, 1.7"
MLJ = "0.19, 0.20"
MLJXGBoostInterface = "0.3, 0.4"
MLJLIBSVMInterface = "0.2, 0.3"
NMFk = "1.4"
Suppressor = "0.2, 0.3, 1"
Statistics = "1"
SVR = "1"
XGBoost = "2.5, 3"
julia = "1.11"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]