Class EstimatorSearcher

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
net.razorvine.pickle.objects.ClassDict
org.jpmml.python.PythonObject
sklearn.model_selection.EstimatorSearcher
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, org.jpmml.python.Castable

public class EstimatorSearcher extends org.jpmml.python.PythonObject implements org.jpmml.python.Castable
See Also:
  • Constructor Details

    • EstimatorSearcher

      public EstimatorSearcher(String module, String name)
  • Method Details

    • castTo

      public Object castTo(Class<?> clazz)
      Specified by:
      castTo in interface org.jpmml.python.Castable
    • getBestEstimator

      public Estimator getBestEstimator()
    • getBestEstimator

      public Estimator getBestEstimator(Class<? extends Estimator> clazz)