gluonts.core.serde.np module#

gluonts.core.serde.np.encode_np_datetime64(v: datetime64) Any[source]#
gluonts.core.serde.np.encode_np_dtype(v: dtype) Any[source]#

Specializes encode() for invocations where v is an instance of the dtype class.

gluonts.core.serde.np.encode_np_inexact(v: inexact)[source]#
gluonts.core.serde.np.encode_np_integer(v: integer)[source]#
gluonts.core.serde.np.encode_np_ndarray(v: ndarray) Any[source]#

Specializes encode() for invocations where v is an instance of the ndarray class.