-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
31 lines (27 loc) · 858 Bytes
/
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
name = "ModelMiner"
uuid = "93a108e7-a327-4478-9a72-b0f8ee6311f8"
authors = ["Vishnu Raj"]
version = "0.1.0"
[deps]
BetaML = "024491cd-cc6b-443e-8034-08ea7eb7db2b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
MLJLIBSVMInterface = "61c7150f-6c77-4bb1-949c-13197eac2a52"
MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692"
MLJModels = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
MLJXGBoostInterface = "54119dfa-1dab-4055-a167-80440f4f7a91"
[compat]
BetaML = "0.9, 0.10"
DataFrames = "1.4"
MLJ = "0.19"
MLJDecisionTreeInterface = "0.3, 0.4"
MLJLIBSVMInterface = "0.2"
MLJLinearModels = "0.8, 0.9"
MLJModels = "0.16"
MLJXGBoostInterface = "0.3"
julia = "1.8"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]