139 references to TestEstimatorCore
Microsoft.ML.OnnxTransformerTest (7)
DnnImageFeaturizerTest.cs (3)
83TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongNames); 84TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongTypes); 114TestEstimatorCore(pipe, data);
OnnxTransformTests.cs (4)
162TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongNames); 163TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongTypes); 256TestEstimatorCore(pipe, data); 1052TestEstimatorCore(pipe, data);
Microsoft.ML.TensorFlow.Tests (6)
TensorFlowEstimatorTests.cs (6)
87TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongNames); 88TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongTypes); 167TestEstimatorCore(pipe, data); 210TestEstimatorCore(pipe, data); 224TestEstimatorCore(pipe, data); 260TestEstimatorCore(pipe, data);
Microsoft.ML.Tests (110)
FeatureContributionTests.cs (3)
39TestEstimatorCore(estPipe, data); 206TestEstimatorCore(est, data); 230TestEstimatorCore(est, data);
ImagesTests.cs (1)
1095TestEstimatorCore(pipeline, data);
TermEstimatorTests.cs (1)
109TestEstimatorCore(pipe, dataView, null, invalidData, validFitNotValidTransformData);
TrainerEstimators\CalibratorEstimators.cs (4)
31TestEstimatorCore(plattCalibratorEstimator, calibratorTestData.ScoredData); 51TestEstimatorCore(fixedPlattCalibratorEstimator, calibratorTestData.ScoredData); 72TestEstimatorCore(naiveCalibratorEstimator, calibratorTestData.ScoredData); 92TestEstimatorCore(pavCalibratorEstimator, calibratorTestData.ScoredData);
TrainerEstimators\FAFMEstimator.cs (1)
82TestEstimatorCore(est, data);
TrainerEstimators\LbfgsTests.cs (5)
24TestEstimatorCore(pipeWithTrainer, dataView); 38TestEstimatorCore(pipeWithTrainer, dataView); 51TestEstimatorCore(trainer, dataView); 169TestEstimatorCore(pipeWithTrainer, dataView); 191TestEstimatorCore(pipeWithTrainer, dataView);
TrainerEstimators\MatrixFactorizationTests.cs (1)
51TestEstimatorCore(est, data, invalidInput: invalidData);
TrainerEstimators\MetalinearEstimators.cs (4)
35TestEstimatorCore(pipeline, data); 52TestEstimatorCore(pipeline, data); 70TestEstimatorCore(pipeline, data); 104TestEstimatorCore(pipeline, data);
TrainerEstimators\OlsLinearRegressionTests.cs (1)
19TestEstimatorCore(trainer, dataView);
TrainerEstimators\OnlineLinearTests.cs (3)
30TestEstimatorCore(ogdTrainer, regressionTrainData); 44TestEstimatorCore(apTrainer, binaryTrainData); 50TestEstimatorCore(svmTrainer, binaryTrainData);
TrainerEstimators\PriorRandomTests.cs (1)
36TestEstimatorCore(pipe, dataView);
TrainerEstimators\SdcaTests.cs (5)
33TestEstimatorCore(binaryTrainer, binaryData); 37TestEstimatorCore(nonCalibratedBinaryTrainer, binaryData); 42TestEstimatorCore(regressionTrainer, data); 47TestEstimatorCore(mcTrainer, mcData); 51TestEstimatorCore(mcTrainerNonCalibrated, mcData);
TrainerEstimators\SymSgdClassificationTests.cs (1)
22TestEstimatorCore(pipeWithTrainer, dataView);
TrainerEstimators\TrainerEstimators.cs (9)
46TestEstimatorCore(pipeline, data); 81TestEstimatorCore(pipeline, data); 100TestEstimatorCore(pipeWithTrainer, dataView); 105TestEstimatorCore(pipe, dataView); 131TestEstimatorCore(pipeWithTrainer, dataView); 136TestEstimatorCore(pipe, dataView); 156TestEstimatorCore(pipe, dataView); 173TestEstimatorCore(pipeWithTrainer, dataView); 177TestEstimatorCore(pipe, dataView);
TrainerEstimators\TreeEstimators.cs (17)
50TestEstimatorCore(pipeWithTrainer, dataView); 72TestEstimatorCore(pipeWithTrainer, dataView); 94TestEstimatorCore(pipeWithTrainer, dataView); 139TestEstimatorCore(pipeWithTrainer, dataView); 160TestEstimatorCore(pipeWithTrainer, dataView); 184TestEstimatorCore(pipeWithTrainer, dataView); 202TestEstimatorCore(pipeWithTrainer, dataView); 219TestEstimatorCore(trainer, dataView); 240TestEstimatorCore(trainer, dataView); 259TestEstimatorCore(trainer, dataView); 278TestEstimatorCore(trainer, dataView); 297TestEstimatorCore(trainer, dataView); 312TestEstimatorCore(pipe, dataView); 329TestEstimatorCore(pipe, dataView); 352TestEstimatorCore(pipe, dataView); 397TestEstimatorCore(pipe, dataView); 416TestEstimatorCore(pipe, dataView);
Transformers\CategoricalHashTests.cs (2)
67TestEstimatorCore(pipe, dataView); 99TestEstimatorCore(est, data, invalidInput: invalidData);
Transformers\CategoricalTests.cs (3)
86TestEstimatorCore(pipe, dataView); 116TestEstimatorCore(pipe, dataView); 171TestEstimatorCore(est, data, invalidInput: invalidData);
Transformers\CharTokenizeTests.cs (1)
46TestEstimatorCore(pipe, dataView, invalidInput: invalidDataView);
Transformers\ConvertTests.cs (3)
133TestEstimatorCore(pipe, dataView); 185TestEstimatorCore(allTypesPipe, allTypesDataView); 269TestEstimatorCore(allInputTypesDataPipe, allInputTypesDataView);
Transformers\CustomMappingTests.cs (2)
76TestEstimatorCore(customEst, data); 182TestEstimatorCore(customEst, data);
Transformers\ExpressionTransformerTests.cs (1)
47TestEstimatorCore(expr, loader.Load(dataPath));
Transformers\FeatureSelectionTests.cs (2)
123TestEstimatorCore(est, data); 183TestEstimatorCore(est, data);
Transformers\HashTests.cs (1)
58TestEstimatorCore(pipe, dataView);
Transformers\KeyToBinaryVectorEstimatorTest.cs (2)
55TestEstimatorCore(pipe, dataView); 77TestEstimatorCore(est, transformedData, invalidInput: data);
Transformers\KeyToValueTests.cs (3)
47TestEstimatorCore(est, data, invalidInput: badData1); 48TestEstimatorCore(est, data, invalidInput: badData2); 81TestEstimatorCore(est, transformedData, invalidInput: data);
Transformers\KeyToVectorEstimatorTests.cs (2)
65TestEstimatorCore(pipe, dataView); 87TestEstimatorCore(est, transformedData, invalidInput: data);
Transformers\NAIndicatorTests.cs (2)
53TestEstimatorCore(pipe, dataView); 112TestEstimatorCore(est, data, invalidInput: invalidData);
Transformers\NAReplaceTests.cs (3)
96TestEstimatorCore(pipe, dataView); 117TestEstimatorCore(pipe, dataView); 141TestEstimatorCore(est, data, invalidInput: invalidData);
Transformers\NormalizerTests.cs (6)
81TestEstimatorCore(est, data, null, badData1); 82TestEstimatorCore(est, data, null, badData2); 669TestEstimatorCore(est, data, invalidInput: invalidData); 703TestEstimatorCore(est, data, invalidInput: invalidData); 766TestEstimatorCore(est, data, invalidInput: invalidData); 826TestEstimatorCore(est, data, invalidInput: invalidData);
Transformers\PcaTests.cs (2)
42TestEstimatorCore(est, data, invalidInput: invalidData); 45TestEstimatorCore(estNonDefaultArgs, data, invalidInput: invalidData);
Transformers\RffTests.cs (2)
59TestEstimatorCore(pipe, dataView, invalidInput: invalidData, validForFitNotValidForTransformInput: validFitInvalidData); 74TestEstimatorCore(est, data);
Transformers\SelectColumnsTests.cs (2)
112TestEstimatorCore(est, validFitInput: dataView, invalidInput: invalidDataView); 116TestEstimatorCore(est, validFitInput: dataView, invalidInput: invalidDataView);
Transformers\TextFeaturizerTests.cs (7)
438TestEstimatorCore(feat, data, invalidInput: invalidData); 472TestEstimatorCore(est, data, invalidInput: invalidData); 541TestEstimatorCore(est, data, invalidInput: invalidData); 602TestEstimatorCore(est, data, invalidInput: invalidData); 637TestEstimatorCore(est, data, invalidInput: invalidData); 738TestEstimatorCore(est, srcView); 785TestEstimatorCore(pipeline, dataView);
Transformers\TextNormalizer.cs (1)
48TestEstimatorCore(pipe, dataView, invalidInput: invalidDataView);
Transformers\ValueMappingTests.cs (1)
642TestEstimatorCore(est, validFitInput: dataView, invalidInput: badDataView);
Transformers\WordBagTransformerTests.cs (2)
50TestEstimatorCore(textPipeline, dataview); 78TestEstimatorCore(textPipeline, dataview);
Transformers\WordEmbeddingsTests.cs (2)
48TestEstimatorCore(pipe, words, invalidInput: data); 91TestEstimatorCore(pipe, words, invalidInput: data);
Transformers\WordTokenizeTests.cs (1)
63TestEstimatorCore(pipe, dataView, invalidInput: invalidDataView);
Microsoft.ML.TimeSeries.Tests (10)
TimeSeriesEstimatorTests.cs (10)
72TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongTypes); 73TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongNames); 108TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongTypes); 109TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongNames); 142TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongTypes); 143TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongNames); 169TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongTypes); 170TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongNames); 196TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongTypes); 197TestEstimatorCore(pipe, dataView, invalidInput: invalidDataWrongNames);
Microsoft.ML.TorchSharp.Tests (6)
NerTests.cs (2)
105TestEstimatorCore(estimator, dataView, shouldDispose: true); 184TestEstimatorCore(estimator, dataView, shouldDispose: true);
QATests.cs (1)
61TestEstimatorCore(estimator, dataView, shouldDispose: true);
TextClassificationTests.cs (3)
239TestEstimatorCore(estimator, dataView, shouldDispose: true); 323TestEstimatorCore(estimator, preppedData, shouldDispose: true); 389TestEstimatorCore(estimator, dataView, shouldDispose: true);