4 references to EciCostFrugalTuner
Microsoft.ML.AutoML (4)
API\AutoMLExperimentExtension.cs (4)
136/// , <see cref="MLContextMonitor"/> and <see cref="EciCostFrugalTuner"/> for automl traininng as well. 148experiment.SetTuner<EciCostFrugalTuner>(); 338/// set <see cref="EciCostFrugalTuner"/> as tuner for hyper-parameter optimization. This tuner only works with search space from <see cref="SweepablePipeline"/>. 344experiment.SetTuner<EciCostFrugalTuner>();