File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
name = " StatisticalTraits"
2
2
uuid = " 64bff920-2084-43da-a3e6-9bb72801c0c9"
3
3
authors = [
" Anthony D. Blaom <[email protected] >" ]
4
- version = " 1.0 .0"
4
+ version = " 1.1 .0"
5
5
6
6
[deps ]
7
7
ScientificTypes = " 321657f4-b219-11e9-178b-2701a2544e81"
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ const TRAITS = [
33
33
:is_feature_dependent ,
34
34
:distribution_type ,
35
35
:iteration_parameter ,
36
- :supports_training_losses
36
+ :supports_training_losses ,
37
+ :deep_properties
37
38
]
38
39
39
40
@@ -168,6 +169,7 @@ reports_each_observation(::Type) = false
168
169
distribution_type (:: Type ) = missing
169
170
iteration_parameter (:: Type ) = nothing
170
171
supports_training_losses (:: Type ) = false
172
+ deep_properties (:: Type ) = ()
171
173
172
174
# Returns a tuple, with one entry per field of `T` (the type of some
173
175
# statistical model, for example). Each entry is `nothing` or defines
You can’t perform that action at this time.
0 commit comments