Package ai.sklearn4j.core.packaging
-
Interface Summary Interface Description IScikitLearnPackage This interface provides an abstraction over the physical file format to decouple the deserialization logic from the file format.IScikitLearnPackageHeader Abstracts the version of the binary package from its physical layout and its version. -
Class Summary Class Description BinaryModelPackage The python package (sklearn4x) implements a class named BinaryBuffer that saves the python objects in a binary format.ScikitLearnPackageFactory ScikitLearnPackageFactory is a factory that takes in the physical file (or stream) of a binary package and parse it into a ready to use object.