Skip to content

Add bool in model indicating whether it is trained #1191

@benjamc

Description

@benjamc

is_not_trained = isinstance(self._model, GaussianProcess) and not self._model._is_trained \ or isinstance(self._model, RandomForest) and self._rf is None

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions