1 write to _env
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
411
_env
= env;
5 references to _env
Microsoft.ML.Data (5)
Training\TrainerUtils.cs (5)
412
_env
.AssertValue(trainer);
413
_env
.Assert(trainer is ITrainer);
424
_env
.CheckValue(context, nameof(context));
445
var estimator = new ColumnCopyingEstimator(
_env
, nameMap.ToArray());
452
throw
_env
.Except($"Training resulted in a model of type {model.GetType().Name}.");