FindBestModel implements FindBestModel
More...
◆ FindBestModel() [1/2]
Synapse.ML.Automl.FindBestModel.FindBestModel |
( |
| ) |
|
|
inline |
◆ FindBestModel() [2/2]
Synapse.ML.Automl.FindBestModel.FindBestModel |
( |
string |
uid | ) |
|
|
inline |
Creates a FindBestModel with a UID that is used to give the FindBestModel a unique ID.
- Parameters
-
uid | An immutable unique ID for the object and its derivatives. |
◆ Fit()
override BestModel Synapse.ML.Automl.FindBestModel.Fit |
( |
DataFrame |
dataset | ) |
|
Fits a model to the input data.
- Parameters
-
dataset | The DataFrame to fit the model to. |
- Returns
- BestModel
◆ GetEvaluationMetric()
string Synapse.ML.Automl.FindBestModel.GetEvaluationMetric |
( |
| ) |
|
Gets evaluationMetric value
- Returns
- evaluationMetric: Metric to evaluate models with
◆ GetModels()
JavaTransformer [] Synapse.ML.Automl.FindBestModel.GetModels |
( |
| ) |
|
|
inline |
Gets models value
- Returns
- models: List of models to be evaluated
◆ Load()
static FindBestModel Synapse.ML.Automl.FindBestModel.Load |
( |
string |
path | ) |
|
|
static |
◆ Read()
JavaMLReader<FindBestModel> Synapse.ML.Automl.FindBestModel.Read |
( |
| ) |
|
Get the corresponding JavaMLReader instance.
- Returns
- an JavaMLReader<FindBestModel> instance for this ML instance.
◆ Save()
void Synapse.ML.Automl.FindBestModel.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()
FindBestModel Synapse.ML.Automl.FindBestModel.SetEvaluationMetric |
( |
string |
value | ) |
|
Sets value for evaluationMetric
- Parameters
-
value | Metric to evaluate models with |
- Returns
- New FindBestModel object
◆ SetModels()
FindBestModel Synapse.ML.Automl.FindBestModel.SetModels |
( |
JavaTransformer [] |
value | ) |
|
Sets value for models
- Parameters
-
value | List of models to be evaluated |
- Returns
- New FindBestModel object
The documentation for this class was generated from the following file:
- synapse/ml/automl/FindBestModel.cs