Skip to content

Commit c31ca4f

Browse files
committed
added new abstract types
1 parent 100c477 commit c31ca4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MLJModelInterface.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const ABSTRACT_MODEL_SUBTYPES = [
4141
:Probabilistic,
4242
:Deterministic,
4343
:Interval,
44+
:ProbabilisticSet,
4445
:JointProbabilistic,
4546
:Static,
4647
:Annotator,
@@ -143,6 +144,7 @@ abstract type Annotator <: Model end
143144
abstract type Probabilistic <: Supervised end
144145
abstract type Deterministic <: Supervised end
145146
abstract type Interval <: Supervised end
147+
abstract type ProbabilisticSet <: Supervised end
146148

147149
abstract type JointProbabilistic <: Probabilistic end
148150

0 commit comments

Comments
 (0)