fynance.models.rolling.RollMultiLayerPerceptron.save_model

RollMultiLayerPerceptron.save_model(path, save_optimizer=False)

Save the model with this weights and parameters.

Parameters:
path : str or os.PathLike object

Path to save the model.

save_optimizer : bool, optional

If True, then save also the optimizer.