File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,27 +5,29 @@ version = "0.1.0"
5
5
6
6
[deps ]
7
7
DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
8
- DecisionTree = " 7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
9
8
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
9
Logging = " 56ddb016-857b-54e1-b83d-db4d58db5568"
11
10
MLBase = " f0e99cf1-93fa-52ec-9ecc-5026115318e0"
12
11
MLJ = " add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
13
- MLJBase = " a7f614a8-145f-11e9-1d2a-a57a1082229d"
14
12
MLJLinearModels = " 6ee0df7b-362f-4a72-a706-9e79364fb692"
15
13
MLJMultivariateStatsInterface = " 1b6a4a23-ba22-4f51-9698-8599985d3728"
16
14
MultivariateStats = " 6f286f6a-111f-5878-ab1e-185364afe411"
17
15
ProgressMeter = " 92933f4c-e287-5a05-a399-4b506db050ca"
18
- Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
19
16
Tables = " bd369af6-aec1-5ad0-b16a-f7cc5008161c"
20
17
Unfold = " 181c99d8-e21b-4ff3-b70b-c233eddec679"
21
18
XGBoost = " 009559a3-9522-5dbb-924b-0b6ed2b22bb9"
22
19
23
20
[compat ]
24
21
DataFrames = " 1"
22
+ LinearAlgebra = " 1"
23
+ Logging = " 1"
24
+ MLBase = " 0.9"
25
25
MLJ = " 0.20"
26
- MLJBase = " 1 "
26
+ MLJLinearModels = " 0.10 "
27
27
MLJMultivariateStatsInterface = " 0.5.3"
28
28
MultivariateStats = " 0.10"
29
+ ProgressMeter = " 1"
30
+ Tables = " 1"
29
31
Unfold = " 0.7,0.8"
30
32
XGBoost = " 2.5.1"
31
33
julia = " 1"
You can’t perform that action at this time.
0 commit comments