File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
12
12
[compat ]
13
13
Distributions = " 0.23, 0.24, 0.25"
14
14
GLM = " 1.4"
15
- MLJModelInterface = " 0.3.6, 0.4, 1 "
16
- Tables = " ^ 1.1"
15
+ MLJModelInterface = " 1.4 "
16
+ Tables = " 1.1"
17
17
julia = " 1.6"
18
18
19
19
[extras ]
Original file line number Diff line number Diff line change @@ -519,7 +519,6 @@ metadata_model(
519
519
input = Table (Continuous),
520
520
target = AbstractVector{Continuous},
521
521
supports_weights = true ,
522
- descr = LR_DESCR,
523
522
path = " $PKG .LinearRegressor"
524
523
)
525
524
@@ -528,7 +527,6 @@ metadata_model(
528
527
input = Table (Continuous),
529
528
target = AbstractVector{<: Finite{2} },
530
529
supports_weights = true ,
531
- descr = LBC_DESCR,
532
530
path = " $PKG .LinearBinaryClassifier"
533
531
)
534
532
@@ -537,7 +535,6 @@ metadata_model(
537
535
input = Table (Continuous),
538
536
target = AbstractVector{Count},
539
537
supports_weights = true ,
540
- descr = LCR_DESCR,
541
538
path = " $PKG .LinearCountRegressor"
542
539
)
543
540
You can’t perform that action at this time.
0 commit comments