TrainCatalogBase.CrossValidationResult<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Results of running cross-validation.
public sealed class TrainCatalogBase.CrossValidationResult<T> where T : class
type TrainCatalogBase.CrossValidationResult<'T (requires 'T : null)> = class
Public NotInheritable Class TrainCatalogBase.CrossValidationResult(Of T)
Type Parameters
- T
Type of metric class.
- Inheritance
-
TrainCatalogBase.CrossValidationResult<T>
Fields
Fold |
Fold number. |
Metrics |
Metrics for this cross-validation fold. |
Model |
Model trained during cross-validation fold. |
ScoredHoldOutSet |
The scored hold-out set for this fold. |