File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " MLJModelInterface"
2
2
uuid = " e80e1ace-859a-464e-9ed9-23947d8ae3ea"
3
3
authors = [" Thibaut Lienart and Anthony Blaom" ]
4
- version = " 1.5.1 "
4
+ version = " 1.6.0 "
5
5
6
6
[deps ]
7
7
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -10,7 +10,7 @@ StatisticalTraits = "64bff920-2084-43da-a3e6-9bb72801c0c9"
10
10
11
11
[compat ]
12
12
ScientificTypesBase = " 3.0"
13
- StatisticalTraits = " 3.1 "
13
+ StatisticalTraits = " 3.2 "
14
14
julia = " 1"
15
15
16
16
[extras ]
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ const MODEL_TRAITS = [
31
31
:iteration_parameter ,
32
32
:supports_training_losses ,
33
33
:reports_feature_importances ,
34
- :deep_properties
34
+ :deep_properties ,
35
+ :reporting_operations ,
35
36
]
36
37
37
38
const ABSTRACT_MODEL_SUBTYPES = [
You can’t perform that action at this time.
0 commit comments