-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
53 lines (51 loc) · 1.71 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
46
47
48
49
50
51
52
53
name = "TMLECLI"
uuid = "2573d147-4098-46ba-9db2-8608d210ccac"
authors = ["Olivier Labayle"]
version = "0.10.1"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Configurations = "5218b696-f38b-4ac9-8b61-a12ec717816d"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
EvoTrees = "f6006082-12f8-11e9-0c9c-0d5d367ab1e5"
GLMNet = "8d5ece8b-de18-5317-b113-243142960cc6"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
MLJModels = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
MLJXGBoostInterface = "54119dfa-1dab-4055-a167-80440f4f7a91"
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
TMLE = "8afdd2fb-6e73-43df-8b62-b1650cd9c8cf"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
ArgParse = "1.1.4"
Arrow = "2.5.2"
CSV = "0.10"
CategoricalArrays = "0.10"
Combinatorics = "1.0.2"
Configurations = "0.17.6"
DataFrames = "1.3.4"
EvoTrees = "0.16.5"
GLMNet = "0.7"
JLD2 = "0.4.22"
JSON = "0.21.4"
MLJ = "0.20.0"
MLJBase = "1.0.1"
MLJLinearModels = "0.10.0"
MLJModelInterface = "1.8.0"
MLJModels = "0.16, 0.17"
MLJXGBoostInterface = "0.3.4"
PackageCompiler = "2.1.16"
TMLE = "0.17"
Tables = "1.10.1"
YAML = "0.4.9"
julia = "1.10, 1"