Skip to content

Commit 7c2e2c4

Browse files
authored
Update src/model_traits.jl
1 parent 0704945 commit 7c2e2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model_traits.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ StatTraits.is_supervised(::Type{<:SupervisedAnnotator}) = true
2727
StatTraits.prediction_type(::Type{<:Deterministic}) = :deterministic
2828
StatTraits.prediction_type(::Type{<:Probabilistic}) = :probabilistic
2929
StatTraits.prediction_type(::Type{<:Interval}) = :interval
30-
StatTraits.prediction_type(::Type{<:ProbabilisticSet}) = :probabistic_set
30+
StatTraits.prediction_type(::Type{<:ProbabilisticSet}) = :probabilistic_set
3131
StatTraits.prediction_type(::Type{<:ProbabilisticDetector}) = :probabilistic
3232
StatTraits.prediction_type(::Type{<:DeterministicDetector}) = :deterministic
3333

0 commit comments

Comments
 (0)