3 references to Scorer
Microsoft.ML.Data (3)
Commands\TrainTestCommand.cs (3)
204
ch.Assert(ImplOptions.
Scorer
== null || ImplOptions.
Scorer
is ICommandLineComponentFactory, "TrainTestCommand should only be used from the command line.");
205
IDataScorerTransform scorePipe = ScoreUtils.GetScorer(ImplOptions.
Scorer
, predictor, testPipe, features, group, customCols, Host, data.Schema);