We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reporting_operations
1 parent 1628202 commit 06fec22Copy full SHA for 06fec22
Project.toml
@@ -10,7 +10,7 @@ StatisticalTraits = "64bff920-2084-43da-a3e6-9bb72801c0c9"
10
11
[compat]
12
ScientificTypesBase = "3.0"
13
-StatisticalTraits = "3.1"
+StatisticalTraits = "3.2"
14
julia = "1"
15
16
[extras]
src/MLJModelInterface.jl
@@ -31,7 +31,8 @@ const MODEL_TRAITS = [
31
:iteration_parameter,
32
:supports_training_losses,
33
:reports_feature_importances,
34
- :deep_properties
+ :deep_properties,
35
+ :reporting_operations,
36
]
37
38
const ABSTRACT_MODEL_SUBTYPES = [
0 commit comments