object EvaluationUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EvaluationUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val ModelTypeUnsupportedErr: String
- def getMetricWithOperator(modelType: String, evaluationMetric: String): (String, Ordering[Double])
- def getMetricWithOperator(model: PipelineStage, evaluationMetric: String): (String, Ordering[Double])
-
def
getModelParams(model: Transformer): ParamMap
- Annotations
- @tailrec()
-
def
getModelType(model: PipelineStage): String
- Annotations
- @tailrec()
-
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