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 100c477 commit c31ca4fCopy full SHA for c31ca4f
src/MLJModelInterface.jl
@@ -41,6 +41,7 @@ const ABSTRACT_MODEL_SUBTYPES = [
41
:Probabilistic,
42
:Deterministic,
43
:Interval,
44
+ :ProbabilisticSet,
45
:JointProbabilistic,
46
:Static,
47
:Annotator,
@@ -143,6 +144,7 @@ abstract type Annotator <: Model end
143
144
abstract type Probabilistic <: Supervised end
145
abstract type Deterministic <: Supervised end
146
abstract type Interval <: Supervised end
147
+abstract type ProbabilisticSet <: Supervised end
148
149
abstract type JointProbabilistic <: Probabilistic end
150
0 commit comments