object EvaluationUtils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EvaluationUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val ModelTypeUnsupportedErr: String
  2. def getMetricWithOperator(modelType: String, evaluationMetric: String): (String, Ordering[Double])
  3. def getMetricWithOperator(model: PipelineStage, evaluationMetric: String): (String, Ordering[Double])
  4. def getModelParams(model: Transformer): ParamMap
    Annotations
    @tailrec()
  5. def getModelType(model: PipelineStage): String
    Annotations
    @tailrec()
  6. def modelParamsToString(model: Transformer): String

    Returns a string representation of the model.

    Returns a string representation of the model.

    model

    The model output by TrainClassifier or TrainRegressor

    returns

    A comma delimited representation of the model parameter names and values