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 eaa93b0 commit 6bc83cbCopy full SHA for 6bc83cb
src/model_traits.jl
@@ -14,7 +14,8 @@ StatTraits.docstring(M::Type{<:Model}) =
14
"$(name(M)) from $(package_name(M)).jl.\n" *
15
"[Documentation]($(package_url(M)))."
16
17
-StatTraits.is_supervised(::Type{<:Supervised}) = true
+StatTraits.is_supervised(::Type{<:Supervised}) = true
18
+StatTraits.is_supervised(::Type{<:SupervisedAnnotator}) = true
19
20
StatTraits.prediction_type(::Type{<:Deterministic}) = :deterministic
21
StatTraits.prediction_type(::Type{<:Probabilistic}) = :probabilistic
0 commit comments