load()# classmethod DiscreteModel.load(loadfile: str)# Load a serialized model from an HDF5 file, created previously from the save() method. Parameters: loadfilestrPath to the file where the model was stored via save(). Returns: model_NonparametricModelLoaded model.