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 0704945 commit 7c2e2c4Copy full SHA for 7c2e2c4
src/model_traits.jl
@@ -27,7 +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
+StatTraits.prediction_type(::Type{<:ProbabilisticSet}) = :probabilistic_set
31
StatTraits.prediction_type(::Type{<:ProbabilisticDetector}) = :probabilistic
32
StatTraits.prediction_type(::Type{<:DeterministicDetector}) = :deterministic
33
0 commit comments