Skip to content

Commit 574b696

Browse files
Compats (#14)
* rename file to types.jl * add compat requirements
1 parent c27a213 commit 574b696

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

Project.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,19 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1818
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1919

2020
[compat]
21+
CategoricalArrays = "0.10"
22+
DelimitedFiles = "1"
2123
GLM = "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"
2234
julia = "1.9"
2335

2436
[extras]

src/Maxnet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include("lasso.jl")
1919
include("feature_classes.jl")
2020
include("model_matrix.jl")
2121
include("regularization.jl")
22-
include("MaxnetModel.jl")
22+
include("types.jl")
2323
include("maxnet_function.jl")
2424
include("predict.jl")
2525
include("response_curves.jl")
File renamed without changes.

0 commit comments

Comments
 (0)