openfl.interface.interactive_api.experiment.ModelStatus

class openfl.interface.interactive_api.experiment.ModelStatus

Bases: object

Model statuses.

This class defines the various statuses a model can have during an experiment.

Class Attributes:
  • INITIAL (str) – Initial status of the model.

  • BEST (str) – Status indicating the model with the best score.

  • LAST (str) – Status indicating the last model used in the experiment.

  • RESTORED (str) – Status indicating a model that has been restored.

Methods

Attributes

BEST

INITIAL

LAST

RESTORED