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 0cce7ef commit 47d2bdeCopy full SHA for 47d2bde
src/StatisticalTraits.jl
@@ -34,7 +34,7 @@ const TRAITS = [
34
:distribution_type,
35
:iteration_parameter,
36
:supports_training_losses,
37
- :deepproperties
+ :deep_properties
38
]
39
40
@@ -169,7 +169,7 @@ reports_each_observation(::Type) = false
169
distribution_type(::Type) = missing
170
iteration_parameter(::Type) = nothing
171
supports_training_losses(::Type) = false
172
-deepproperties(::Type) = ()
+deep_properties(::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