6.4. pilotscope.PilotModel

class PilotModel(model_name)[source]

Bases: abc.ABC

__init__(model_name)[source]
Parameters

model_name – The name of the model.

abstract save_model()[source]

A custom save function for the model. PilotScope will call this function to save the model.

abstract load_model()[source]

A custom load function for the model. PilotScope will call this function to load the model. At the last of this function, you must assign the loaded model to self.model.