File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,19 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1818Tables = " bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1919
2020[compat ]
21+ CategoricalArrays = " 0.10"
22+ DelimitedFiles = " 1"
2123GLM = " 1"
24+ GLMNet = " 0.7"
25+ Interpolations = " 0.15"
26+ Lasso = " 0.7"
27+ MLJBase = " 1"
28+ MLJModelInterface = " 1"
29+ Statistics = " 1"
30+ StatsAPI = " 1"
31+ StatsBase = " 0.34"
32+ Tables = " 1"
33+ Test = " 1"
2234julia = " 1.9"
2335
2436[extras ]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ include("lasso.jl")
1919include (" feature_classes.jl" )
2020include (" model_matrix.jl" )
2121include (" regularization.jl" )
22- include (" MaxnetModel .jl" )
22+ include (" types .jl" )
2323include (" maxnet_function.jl" )
2424include (" predict.jl" )
2525include (" response_curves.jl" )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments