kats.models.nowcasting.model_io module¶

kats.models.nowcasting.model_io.deserialize_from_zippy(input: bytes, use_case_id=None)None[source]¶

Performs model serialization for Zippydb.

Parameters

is an encoded sklearn model. (Input) –

Returns

A compressed version of the model.

kats.models.nowcasting.model_io.serialize_for_zippy(input: Any)bytes[source]¶

Performs model compression.

Parameters

is an sklearn model. (Input) –

Returns

A compressed version of the model.