Class SkLearnEncoderBatch

java.lang.Object
org.jpmml.evaluator.testing.ArchiveBatch
org.jpmml.converter.testing.ModelEncoderBatch
org.jpmml.python.testing.PythonEncoderBatch
org.jpmml.sklearn.testing.SkLearnEncoderBatch
All Implemented Interfaces:
AutoCloseable, org.jpmml.evaluator.testing.Batch

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

    Constructors
    Constructor
    Description
    SkLearnEncoderBatch(String algorithm, String dataset, Predicate<org.jpmml.evaluator.ResultField> columnFilter, com.google.common.base.Equivalence<Object> equivalence)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     
     
    org.dmg.pmml.PMML
     

    Methods inherited from class org.jpmml.python.testing.PythonEncoderBatch

    getPklPath, loadPickle

    Methods inherited from class org.jpmml.converter.testing.ModelEncoderBatch

    getEvaluator, getEvaluatorBuilder, getOptions, getOptionsMatrix, getValidators, open, setOptions, truncate, validatePMML

    Methods inherited from class org.jpmml.evaluator.testing.ArchiveBatch

    close, getAlgorithm, getColumnFilter, getDataset, getEquivalence, getInput, getInputCsvPath, getOutput, getOutputCsvPath, loadRecords

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SkLearnEncoderBatch

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

    • 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
    • activate

      protected void activate(PMMLPipeline pipeline) throws Exception
      Throws:
      Exception
    • deactivate

      protected void deactivate(PMMLPipeline pipeline) throws Exception
      Throws:
      Exception