Class SkLearnEncoderBatch

  • All Implemented Interfaces:
    AutoCloseable, org.jpmml.evaluator.testing.Batch

    public abstract class SkLearnEncoderBatch
    extends org.jpmml.python.testing.PythonEncoderBatch
    • Constructor Detail

      • SkLearnEncoderBatch

        public SkLearnEncoderBatch​(String algorithm,
                                   String dataset,
                                   Predicate<org.jpmml.evaluator.ResultField> columnFilter,
                                   com.google.common.base.Equivalence<Object> equivalence)
    • Method Detail

      • getArchiveBatchTest

        public abstract SkLearnEncoderBatchTest getArchiveBatchTest()
        Specified by:
        getArchiveBatchTest in class org.jpmml.python.testing.PythonEncoderBatch
      • getPMML

        public org.dmg.pmml.PMML getPMML()
                                  throws Exception
        Specified by:
        getPMML in class org.jpmml.converter.testing.ModelEncoderBatch
        Throws:
        Exception
      • getUnpickler

        public net.razorvine.pickle.Unpickler getUnpickler()
        Overrides:
        getUnpickler in class org.jpmml.python.testing.PythonEncoderBatch