MlStatistics constructor
MlStatistics({
- List<
HparamTuningTrial> ? hparamTrials, - List<
IterationResult> ? iterationResults, - String? maxIterations,
- String? modelType,
- String? trainingType,
Implementation
MlStatistics({
this.hparamTrials,
this.iterationResults,
this.maxIterations,
this.modelType,
this.trainingType,
});