-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 992 Bytes
/
Project.toml
File metadata and controls
29 lines (25 loc) · 992 Bytes
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
name = "MLJFlow"
uuid = "7b7b8358-b45c-48ea-a8ef-7ca328ad328f"
version = "0.6.1"
authors = ["Jose Esparza <joseesparzadc@gmail.com>"]
[deps]
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MLFlowClient = "64a0f543-368b-4a9a-827a-e71edb2a0b83"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
[compat]
Logging = "1"
MLFlowClient = "0.9"
MLJBase = "1.13.0"
MLJModelInterface = "1.12.1"
julia = "1.10"
[extras]
MLFlowClient = "64a0f543-368b-4a9a-827a-e71edb2a0b83"
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
MLJModels = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
MLJTransforms = "23777cdb-d90c-4eb0-a694-7c2b83d5c1d6"
MLJTuning = "03970b2e-30c4-11ea-3135-d1576263f10f"
StatisticalMeasures = "a19d573c-0a75-4610-95b3-7071388c7541"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "MLJModels", "MLJTransforms", "MLJTuning", "MLFlowClient", "StatisticalMeasures", "MLJDecisionTreeInterface"]