Skip to content

Commit 7e2b36e

Browse files
authored
Merge pull request #33 from JuliaAI/mljmodelinterface-bump
Bump MLJModelInterface to 1.4 and remove `descr` declarations
2 parents e1f701c + b0a323d commit 7e2b36e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1212
[compat]
1313
Distributions = "0.23, 0.24, 0.25"
1414
GLM = "1.4"
15-
MLJModelInterface = "0.3.6, 0.4, 1"
16-
Tables = "^1.1"
15+
MLJModelInterface = "1.4"
16+
Tables = "1.1"
1717
julia = "1.6"
1818

1919
[extras]

src/MLJGLMInterface.jl

-3
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ metadata_model(
519519
input = Table(Continuous),
520520
target = AbstractVector{Continuous},
521521
supports_weights = true,
522-
descr = LR_DESCR,
523522
path = "$PKG.LinearRegressor"
524523
)
525524

@@ -528,7 +527,6 @@ metadata_model(
528527
input = Table(Continuous),
529528
target = AbstractVector{<:Finite{2}},
530529
supports_weights = true,
531-
descr = LBC_DESCR,
532530
path = "$PKG.LinearBinaryClassifier"
533531
)
534532

@@ -537,7 +535,6 @@ metadata_model(
537535
input = Table(Continuous),
538536
target = AbstractVector{Count},
539537
supports_weights = true,
540-
descr = LCR_DESCR,
541538
path = "$PKG.LinearCountRegressor"
542539
)
543540

0 commit comments

Comments
 (0)