BestModel implements BestModel
More...
◆ BestModel() [1/2]
Synapse.ML.Automl.BestModel.BestModel |
( |
| ) |
|
|
inline |
◆ BestModel() [2/2]
Synapse.ML.Automl.BestModel.BestModel |
( |
string |
uid | ) |
|
|
inline |
Creates a BestModel with a UID that is used to give the BestModel a unique ID.
- Parameters
-
uid | An immutable unique ID for the object and its derivatives. |
◆ GetAllModelMetrics()
DataFrame Synapse.ML.Automl.BestModel.GetAllModelMetrics |
( |
| ) |
|
Gets allModelMetrics value
- Returns
- allModelMetrics: all model metrics
◆ GetBestModel()
JavaTransformer Synapse.ML.Automl.BestModel.GetBestModel |
( |
| ) |
|
|
inline |
Gets bestModel value
- Returns
- bestModel: the best model found
◆ GetBestModelMetrics()
DataFrame Synapse.ML.Automl.BestModel.GetBestModelMetrics |
( |
| ) |
|
Gets bestModelMetrics value
- Returns
- bestModelMetrics: the metrics from the best model
◆ GetRocCurve()
DataFrame Synapse.ML.Automl.BestModel.GetRocCurve |
( |
| ) |
|
Gets rocCurve value
- Returns
- rocCurve: the roc curve of the best model
◆ GetScoredDataset()
DataFrame Synapse.ML.Automl.BestModel.GetScoredDataset |
( |
| ) |
|
Gets scoredDataset value
- Returns
- scoredDataset: dataset scored by best model
◆ Load()
static BestModel Synapse.ML.Automl.BestModel.Load |
( |
string |
path | ) |
|
|
static |
◆ Read()
JavaMLReader<BestModel> Synapse.ML.Automl.BestModel.Read |
( |
| ) |
|
Get the corresponding JavaMLReader instance.
- Returns
- an JavaMLReader<BestModel> instance for this ML instance.
◆ Save()
void Synapse.ML.Automl.BestModel.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 |
◆ SetAllModelMetrics()
BestModel Synapse.ML.Automl.BestModel.SetAllModelMetrics |
( |
DataFrame |
value | ) |
|
Sets value for allModelMetrics
- Parameters
-
- Returns
- New BestModel object
◆ SetBestModel()
BestModel Synapse.ML.Automl.BestModel.SetBestModel |
( |
JavaTransformer |
value | ) |
|
Sets value for bestModel
- Parameters
-
value | the best model found |
- Returns
- New BestModel object
◆ SetBestModelMetrics()
BestModel Synapse.ML.Automl.BestModel.SetBestModelMetrics |
( |
DataFrame |
value | ) |
|
Sets value for bestModelMetrics
- Parameters
-
value | the metrics from the best model |
- Returns
- New BestModel object
◆ SetRocCurve()
BestModel Synapse.ML.Automl.BestModel.SetRocCurve |
( |
DataFrame |
value | ) |
|
Sets value for rocCurve
- Parameters
-
value | the roc curve of the best model |
- Returns
- New BestModel object
◆ SetScoredDataset()
BestModel Synapse.ML.Automl.BestModel.SetScoredDataset |
( |
DataFrame |
value | ) |
|
Sets value for scoredDataset
- Parameters
-
value | dataset scored by best model |
- Returns
- New BestModel object
The documentation for this class was generated from the following file:
- synapse/ml/automl/BestModel.cs