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 c31ca4f commit 0704945Copy full SHA for 0704945
src/model_traits.jl
@@ -27,6 +27,7 @@ StatTraits.is_supervised(::Type{<:SupervisedAnnotator}) = true
27
StatTraits.prediction_type(::Type{<:Deterministic}) = :deterministic
28
StatTraits.prediction_type(::Type{<:Probabilistic}) = :probabilistic
29
StatTraits.prediction_type(::Type{<:Interval}) = :interval
30
+StatTraits.prediction_type(::Type{<:ProbabilisticSet}) = :probabistic_set
31
StatTraits.prediction_type(::Type{<:ProbabilisticDetector}) = :probabilistic
32
StatTraits.prediction_type(::Type{<:DeterministicDetector}) = :deterministic
33
0 commit comments