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

Commit

Permalink
Merge pull request #3 from miguelraz/patch-1
Browse files Browse the repository at this point in the history
Update package_installs.jl
  • Loading branch information
Jamie Hall authored Dec 18, 2017
2 parents dbd2242 + f94b0d5 commit b463fb1
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion package_installs.jl
Original file line number Diff line number Diff line change
@@ -1,32 +1,50 @@
metadata_packages = [
"BinDeps",
"Bootstrap",
"Cairo",
"Calculus",
"Clustering",
"CSV",
"DataArrays",
"DataFrames",
"DataFramesMeta",
"DataStreams",
"Dates",
"DecisionTree",
"Distributions",
"Distances",
"Feather",
"Flux",
"Gadfly",
"GLM",
"GR",
"HDF5",
"HypothesisTests",
"JSON",
"JLD2",
"KernelDensity",
"Lora",
"Klara",
"Mamba",
"ManifoldLearning",
"MLBase",
"MultivariateStats",
"NMF",
"OnlineStats",
"Optim",
"Pandas",
"Plots",
"PyCall",
"PyPlot",
"PDMats",
"RDatasets",
"SQLite",
"StatsBase",
"TensorFlow",
"TextAnalysis",
"TSne",
"Turing",
"TimeSeries",
"Query",
"ZipFile"]


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

Pkg.clone("https://github.com/Allardvm/LightGBM.jl.git")
ENV["LIGHTGBM_PATH"] = "../LightGBM"

Pkg.resolve()

0 comments on commit b463fb1

Please sign in to comment.