ComputeModelStatistics implements ComputeModelStatistics
More...
◆ ComputeModelStatistics() [1/2]
Synapse.ML.Train.ComputeModelStatistics.ComputeModelStatistics |
( |
| ) |
|
|
inline |
◆ ComputeModelStatistics() [2/2]
Synapse.ML.Train.ComputeModelStatistics.ComputeModelStatistics |
( |
string |
uid | ) |
|
|
inline |
◆ GetEvaluationMetric()
string Synapse.ML.Train.ComputeModelStatistics.GetEvaluationMetric |
( |
| ) |
|
Gets evaluationMetric value
- Returns
- evaluationMetric: Metric to evaluate models with
◆ GetLabelCol()
string Synapse.ML.Train.ComputeModelStatistics.GetLabelCol |
( |
| ) |
|
Gets labelCol value
- Returns
- labelCol: The name of the label column
◆ GetScoredLabelsCol()
string Synapse.ML.Train.ComputeModelStatistics.GetScoredLabelsCol |
( |
| ) |
|
Gets scoredLabelsCol value
- Returns
- scoredLabelsCol: Scored labels column name, only required if using SparkML estimators
◆ GetScoresCol()
string Synapse.ML.Train.ComputeModelStatistics.GetScoresCol |
( |
| ) |
|
Gets scoresCol value
- Returns
- scoresCol: Scores or raw prediction column name, only required if using SparkML estimators
◆ Load()
◆ Read()
Get the corresponding JavaMLReader instance.
- Returns
- an JavaMLReader<ComputeModelStatistics> instance for this ML instance.
◆ Save()
void Synapse.ML.Train.ComputeModelStatistics.Save |
( |
string |
path | ) |
|
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala.
- Parameters
-
path | The path to save the object to |
◆ SetEvaluationMetric()
Sets value for evaluationMetric
- Parameters
-
value | Metric to evaluate models with |
- Returns
- New ComputeModelStatistics object
◆ SetLabelCol()
◆ SetScoredLabelsCol()
Sets value for scoredLabelsCol
- Parameters
-
value | Scored labels column name, only required if using SparkML estimators |
- Returns
- New ComputeModelStatistics object
◆ SetScoresCol()
Sets value for scoresCol
- Parameters
-
value | Scores or raw prediction column name, only required if using SparkML estimators |
- Returns
- New ComputeModelStatistics object
The documentation for this class was generated from the following file:
- synapse/ml/train/ComputeModelStatistics.cs