Bases: abc.ABC
abc.ABC
model_name – The name of the model.
A custom save function for the model. PilotScope will call this function to save the model.
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.