Interface IScikitLearnPackageHeader

  • All Known Implementing Classes:
    ScikitLearnPackageHeaderV1

    public interface IScikitLearnPackageHeader
    Abstracts the version of the binary package from its physical layout and its version.
    • Method Detail

      • getFileFormatVersion

        int getFileFormatVersion()
        Gets the version of the binary package file.
        Returns:
        An int value specifying the version.
      • getScikitLearnVersion

        String getScikitLearnVersion()
        Gets the version that was used to train the scikit-learn object.
        Returns:
        A string version of scikit-learn library.