fynance.models.neural_network.MultiLayerPerceptron.load_model

MultiLayerPerceptron.load_model(path, load_optimizer=False)

Save the model with this weights and parameters.

Parameters:
path : str or os.PathLike object

Path to load the model.

load_optimizer : bool, optional

If True, then load also the optimizer.