flox.logic.base_model_trainer.BaseModelTrainer¶
- class BaseModelTrainer[source]¶
Bases:
objectAbstract base class for FLoX ML model trainers
Methods
Evaluates the model using testing data
Fits the model using training data
Returns the weights of the model as a Numpy array
Sets the model's weights to the new weights
- fit()[source]¶
Fits the model using training data
Returns¶
- NDArrays
the new model weights in the Numpy array form