Packages

class ComputeModelStatistics extends Transformer with ComputeModelStatisticsParams with SynapseMLLogging

Evaluates the given scored dataset.

Linear Supertypes
SynapseMLLogging, ComputeModelStatisticsParams, HasEvaluationMetric, HasScoredLabelsCol, HasScoresCol, HasLabelCol, DefaultParamsWritable, MLWritable, Wrappable, DotnetWrappable, RWrappable, PythonWrappable, BaseWrappable, Transformer, PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComputeModelStatistics
  2. SynapseMLLogging
  3. ComputeModelStatisticsParams
  4. HasEvaluationMetric
  5. HasScoredLabelsCol
  6. HasScoresCol
  7. HasLabelCol
  8. DefaultParamsWritable
  9. MLWritable
  10. Wrappable
  11. DotnetWrappable
  12. RWrappable
  13. PythonWrappable
  14. BaseWrappable
  15. Transformer
  16. PipelineStage
  17. Logging
  18. Params
  19. Serializable
  20. Serializable
  21. Identifiable
  22. AnyRef
  23. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ComputeModelStatistics()
  2. new ComputeModelStatistics(uid: String)

Value Members

  1. final def clear(param: Param[_]): ComputeModelStatistics.this.type
    Definition Classes
    Params
  2. def copy(extra: ParamMap): Transformer
    Definition Classes
    ComputeModelStatistics → Transformer → PipelineStage → Params
  3. def dotnetAdditionalMethods: String
    Definition Classes
    DotnetWrappable
  4. val evaluationMetric: Param[String]
    Definition Classes
    HasEvaluationMetric
  5. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  6. def explainParams(): String
    Definition Classes
    Params
  7. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  8. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  9. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  10. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  11. def getEvaluationMetric: String

    Definition Classes
    HasEvaluationMetric
  12. def getLabelCol: String

    Definition Classes
    HasLabelCol
  13. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  14. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  15. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  16. def getScoredLabelsCol: String

    Definition Classes
    HasScoredLabelsCol
  17. def getScoresCol: String

    Definition Classes
    HasScoresCol
  18. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  19. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  20. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  21. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  22. val labelCol: Param[String]

    The name of the label column

    The name of the label column

    Definition Classes
    HasLabelCol
  23. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  24. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  25. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  26. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  27. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  28. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  29. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  30. lazy val metricsLogger: MetricsLogger
  31. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  32. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  33. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  34. var rocCurve: DataFrame

    The ROC curve evaluated for a binary classifier.

  35. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  36. val scoredLabelsCol: Param[String]

    The name of the scored labels column

    The name of the scored labels column

    Definition Classes
    HasScoredLabelsCol
  37. val scoresCol: Param[String]

    The name of the scores column

    The name of the scores column

    Definition Classes
    HasScoresCol
  38. final def set[T](param: Param[T], value: T): ComputeModelStatistics.this.type
    Definition Classes
    Params
  39. def setEvaluationMetric(value: String): ComputeModelStatistics.this.type

    Definition Classes
    HasEvaluationMetric
  40. def setLabelCol(value: String): ComputeModelStatistics.this.type

    Definition Classes
    HasLabelCol
  41. def setScoredLabelsCol(value: String): ComputeModelStatistics.this.type

    Definition Classes
    HasScoredLabelsCol
  42. def setScoresCol(value: String): ComputeModelStatistics.this.type

    Definition Classes
    HasScoresCol
  43. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  44. def transform(dataset: Dataset[_]): DataFrame

    Calculates the metrics for the given dataset and model.

    Calculates the metrics for the given dataset and model.

    dataset

    the dataset to calculate the metrics for

    returns

    DataFrame whose columns contain the calculated metrics

    Definition Classes
    ComputeModelStatistics → Transformer
  45. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  46. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  47. def transformSchema(schema: StructType): StructType
    Definition Classes
    ComputeModelStatistics → PipelineStage
  48. val uid: String
    Definition Classes
    ComputeModelStatisticsSynapseMLLogging → Identifiable
  49. def write: MLWriter
    Definition Classes
    DefaultParamsWritable → MLWritable