This repository was archived by the owner on Nov 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
metadata_packages = [
2
2
" BinDeps" ,
3
+ " Bootstrap" ,
3
4
" Cairo" ,
4
5
" Calculus" ,
5
6
" Clustering" ,
7
+ " CSV" ,
6
8
" DataArrays" ,
7
9
" DataFrames" ,
8
10
" DataFramesMeta" ,
11
+ " DataStreams" ,
9
12
" Dates" ,
10
13
" DecisionTree" ,
11
14
" Distributions" ,
12
15
" Distances" ,
16
+ " Feather" ,
17
+ " Flux" ,
13
18
" Gadfly" ,
14
19
" GLM" ,
20
+ " GR" ,
15
21
" HDF5" ,
16
22
" HypothesisTests" ,
17
23
" JSON" ,
24
+ " JLD2" ,
18
25
" KernelDensity" ,
19
- " Lora" ,
26
+ " Klara" ,
27
+ " Mamba" ,
28
+ " ManifoldLearning" ,
20
29
" MLBase" ,
21
30
" MultivariateStats" ,
22
31
" NMF" ,
32
+ " OnlineStats" ,
23
33
" Optim" ,
34
+ " Pandas" ,
35
+ " Plots" ,
36
+ " PyCall" ,
37
+ " PyPlot" ,
24
38
" PDMats" ,
25
39
" RDatasets" ,
26
40
" SQLite" ,
27
41
" StatsBase" ,
42
+ " TensorFlow" ,
28
43
" TextAnalysis" ,
44
+ " TSne" ,
45
+ " Turing" ,
29
46
" TimeSeries" ,
47
+ " Query" ,
30
48
" ZipFile" ]
31
49
32
50
@@ -44,4 +62,7 @@ Pkg.build("XGBoost")
44
62
Pkg. clone (" https://github.com/benhamner/MachineLearning.jl" )
45
63
Pkg. pin (" MachineLearning" )
46
64
65
+ Pkg. clone (" https://github.com/Allardvm/LightGBM.jl.git" )
66
+ ENV [" LIGHTGBM_PATH" ] = " ../LightGBM"
67
+
47
68
Pkg. resolve ()
You can’t perform that action at this time.
0 commit comments