Constructor
new CrossValidatorModel(bestModel, avgMetrics)
Parameters:
Name |
Type |
Description |
bestModel |
|
The best model selected from k-fold cross validation. |
avgMetrics |
|
Average cross-validation metrics for each paramMap in
estimatorParamMaps, in the corresponding order. |
- Source:
Extends
Methods
Parameters:
- Overrides:
- Source:
Returns:
-
Type
-
module:eclairjs/ml/tuning.CrossValidatorModel
hasParent() → {boolean}
- Inherited From:
- Source:
Returns:
-
Type
-
boolean
Parameters:
Name |
Type |
Description |
path |
string
|
|
- Source:
Returns:
-
Type
-
module:eclairjs/ml/tuning.CrossValidatorModel
- Inherited From:
- Source:
Returns:
-
Type
-
module:eclairjs/ml.Estimator
- Source:
Returns:
-
Type
-
module:eclairjs/ml/util.MLReader
setParent(parent) → {object}
Sets the parent of this model.
Parameters:
- Inherited From:
- Source:
Returns:
-
Type
-
object
Parameters:
- Overrides:
- Source:
Returns:
-
Type
-
DataFrame
Parameters:
- Overrides:
- Source:
Returns:
-
Type
-
module:eclairjs/sql/types.StructType
uid() → {string}
An immutable unique ID for the object and its derivatives.
- Source:
Returns:
-
Type
-
string
- Source:
Returns:
-
Type
-
module:eclairjs/ml/util.MLWriter