Serialization#

Functions#

model_from_dict(model_dict)

Restores a fitted Gloria model from a dictionary.

model_from_json(model_json[, return_as])

Restores a fitted Gloria model from a json string or file.

model_to_dict(model)

Converts Gloria object to a dictionary of JSON serializable types.

model_to_json(model[, filepath])

Converts a Gloria object to a JSON string.