3 references to Scorer
Microsoft.ML.Data (3)
Commands\TestCommand.cs (3)
115
ch.Assert(ImplOptions.
Scorer
== null || ImplOptions.
Scorer
is ICommandLineComponentFactory, "TestCommand should only be used from the command line.");
116
IDataScorerTransform scorePipe = ScoreUtils.GetScorer(ImplOptions.
Scorer
, predictor, loader, features, group, customCols, Host, trainSchema);