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.
1 parent 263059d commit 74e1b10Copy full SHA for 74e1b10
src/StatisticalTraits.jl
@@ -33,7 +33,8 @@ const TRAITS = [
33
:is_feature_dependent,
34
:distribution_type,
35
:iteration_parameter,
36
- :supports_training_losses
+ :supports_training_losses,
37
+ :deepproperties
38
]
39
40
@@ -168,6 +169,7 @@ reports_each_observation(::Type) = false
168
169
distribution_type(::Type) = missing
170
iteration_parameter(::Type) = nothing
171
supports_training_losses(::Type) = false
172
+deepproperties(::Type) = ()
173
174
# Returns a tuple, with one entry per field of `T` (the type of some
175
# statistical model, for example). Each entry is `nothing` or defines
0 commit comments