pyMAISE.ProblemType

class pyMAISE.ProblemType(value)[source]

Bases: Enum

Enum to define the problem type.

__init__()

Attributes

REGRESSION

Set for a regression problem.

CLASSIFICATION

Set for a classification problem.

CLASSIFICATION = 1

Set for a classification problem.

Type:

pyMAISE.ProblemType

REGRESSION = 0

Set for a regression problem.

Type:

pyMAISE.ProblemType