21 references to TestInOutCore
Microsoft.ML.TestFramework (21)
TestCommandBase.cs (21)
777TestInOutCore("showdata", path2.Path, modelPath, "");
1092TestInOutCore("train", moreTrainData, trainModel, extraArgs + " " + loaderArgs + " cont+");
1108TestInOutCore("train", moreTrainData, trainModel, extraArgs + " cont+");
1188TestInOutCore("train", trainData, trainModel, extraArgs + " " + loaderArgs + " cont+");
1369TestInOutCore("score", pathData, trainModel, loadArgs + " " + extraScore, scorePath.Arg("dout"));
1379TestInOutCore("score", pathData, trainModel, loadArgs + " " + extraScore2, scorePath2.ArgOnly("dout"));
1401TestInOutCore("score", pathData, trainModel, "all=+ pxf=KeyToValue{col=PredictedLabelText:PredictedLabel}", scorePath.ArgOnly("dout"));
1437TestInOutCore("score", pathData, trainModel, "all=+ feat=F", scorePath.ArgOnly("dout"));
1515TestInOutCore("score", pathData, trainModel, extraScore);
1562TestInOutCore("score", pathData, trainModel, extraScore);
1606TestInOutCore("score", pathData, trainModel, extraScore);
1644TestInOutCore("score", pathData, trainModel, "scorer=fcc outputColumn=FeatureContributions", fccScorerPath.Arg("dout"));
1648TestInOutCore("score", pathData, trainModel, "scorer=fcc{top=3 bottom=3} outputColumn=FeatureContributions", fccScorerPath.Arg("dout"));
1652TestInOutCore("score", pathData, trainModel, "scorer=fcc{top=3 bottom=3 norm-}", fccScorerPath.Arg("dout"));
1697TestInOutCore("score", pathData, trainModel, "scorer=fcc{top=3 bottom=3 str+} xf=Take{c=10} loadTrans+", fccScorerPath.Arg("dout"));
1717TestInOutCore("score", pathData, trainModel, extraScore);
1758TestInOutCore("score", pathData, trainModel, extraScore);
1822TestInOutCore("score", pathTest, trainModel, "all=+ feat=Features", scorePath.ArgOnly("dout"));
1851TestInOutCore("score", pathTest, trainModel, extraScore);
1898TestInOutCore("score", dataPath, trainModel, extraScore);
1980TestInOutCore("score", pathTrain, trainModel, extraScore);