Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit b463fb1

Browse files
author
Jamie Hall
authored
Merge pull request #3 from miguelraz/patch-1
Update package_installs.jl
2 parents dbd2242 + f94b0d5 commit b463fb1

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

package_installs.jl

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,50 @@
11
metadata_packages = [
22
"BinDeps",
3+
"Bootstrap",
34
"Cairo",
45
"Calculus",
56
"Clustering",
7+
"CSV",
68
"DataArrays",
79
"DataFrames",
810
"DataFramesMeta",
11+
"DataStreams",
912
"Dates",
1013
"DecisionTree",
1114
"Distributions",
1215
"Distances",
16+
"Feather",
17+
"Flux",
1318
"Gadfly",
1419
"GLM",
20+
"GR",
1521
"HDF5",
1622
"HypothesisTests",
1723
"JSON",
24+
"JLD2",
1825
"KernelDensity",
19-
"Lora",
26+
"Klara",
27+
"Mamba",
28+
"ManifoldLearning",
2029
"MLBase",
2130
"MultivariateStats",
2231
"NMF",
32+
"OnlineStats",
2333
"Optim",
34+
"Pandas",
35+
"Plots",
36+
"PyCall",
37+
"PyPlot",
2438
"PDMats",
2539
"RDatasets",
2640
"SQLite",
2741
"StatsBase",
42+
"TensorFlow",
2843
"TextAnalysis",
44+
"TSne",
45+
"Turing",
2946
"TimeSeries",
47+
"Query",
3048
"ZipFile"]
3149

3250

@@ -44,4 +62,7 @@ Pkg.build("XGBoost")
4462
Pkg.clone("https://github.com/benhamner/MachineLearning.jl")
4563
Pkg.pin("MachineLearning")
4664

65+
Pkg.clone("https://github.com/Allardvm/LightGBM.jl.git")
66+
ENV["LIGHTGBM_PATH"] = "../LightGBM"
67+
4768
Pkg.resolve()

0 commit comments

Comments
 (0)