gloria.Gloria.from_dict#
- static Gloria.from_dict(model_dict)[source]#
Restores a fitted Gloria model from a dictionary.
The input dictionary must be the output of
model_to_dict()
orGloria.to_dict()
.The method calls
model_from_dict()
onself
.
Restores a fitted Gloria model from a dictionary.
The input dictionary must be the output of model_to_dict()
or
Gloria.to_dict()
.
The method calls model_from_dict()
on self
.