118 references to breastCancer
Microsoft.ML.Core.Tests (31)
UnitTests\TestEntryPoints.cs (31)
45var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 65var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 557var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 575var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 2283var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 2334var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 2384var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 2429var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 2645var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 2833TestEntryPointPipelineRoutine(GetDataPath(TestDatasets.breastCancer.trainFilename), "col=Label:0 col=Features:1-9", 2956TestEntryPointPipelineRoutine(GetDataPath(TestDatasets.breastCancer.trainFilename), "col=Label:R4:0 col=Features:R4:1-9", 2970TestEntryPointPipelineRoutine(GetDataPath(TestDatasets.breastCancer.trainFilename), "col=LT:TX:0 col=LB:BL:0 col=FT:TX:1-9 col=LN:0 col=FN:1-9 col=Key:U2[0-9]:2", 3016TestEntryPointPipelineRoutine(GetDataPath(TestDatasets.breastCancer.trainFilename), "col=G1:TX:0 col=G2:R4:0 col=G3:U4[0-100]:1 col=V1:R4:2 col=V2:TX:3 col=V3:U2[0-10]:4 col=V4:I4:5", 3033TestEntryPointPipelineRoutine(GetDataPath(TestDatasets.breastCancer.trainFilename), "col=Features:R4:1-9 header+", 3043TestEntryPointPipelineRoutine(GetDataPath(TestDatasets.breastCancer.trainFilename), "col=Features:R4:1-9 header+", 3058TestEntryPointPipelineRoutine(GetDataPath(TestDatasets.breastCancer.trainFilename), "col=FV1:2-3 col=FV2:3-4 col=FV3:4-5 col=FV4:7-9 col=Label:0", 3106TestEntryPointPipelineRoutine(GetDataPath(TestDatasets.breastCancer.trainFilename), "col=Label:0", 3136TestEntryPointPipelineRoutine(GetDataPath(TestDatasets.breastCancer.trainFilename), "col=Filter:R4:3", 3158TestEntryPointPipelineRoutine(GetDataPath(TestDatasets.breastCancer.trainFilename), "col=Filter:R4:3", 3509var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 3604var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 3709var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 3870var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 4061var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 4151var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 4651TestEntryPointPipelineRoutine(GetDataPath(TestDatasets.breastCancer.trainFilename), "col=Input:R4:1", 4668TestEntryPointPipelineRoutine(GetDataPath(TestDatasets.breastCancer.trainFilename), "col=Input:R4:1", 4684TestEntryPointPipelineRoutine(GetDataPath(TestDatasets.breastCancer.trainFilename), "col=Input:R4:1", 4716var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 4728TestEntryPointPipelineRoutine(GetDataPath(TestDatasets.breastCancer.trainFilename), "col=Text:TX:1-9 col=OneText:TX:1 col=Label:0", 4758var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Microsoft.ML.Predictor.Tests (29)
TestConcurrency.cs (2)
24TestParallelRun("CVWithLR", "CV", "LR {nt=2}", TestDatasets.breastCancer.trainFilename); 31var bc = TestDatasets.breastCancer;
TestIniModels.cs (2)
528}).Load(GetDataPath(TestDatasets.breastCancer.trainFilename)); 567}).Load(GetDataPath(TestDatasets.breastCancer.trainFilename));
TestParallelFasttreeInterface.cs (1)
181var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
TestPredictors.cs (24)
56TestDatasets.breastCancer, 64TestDatasets.breastCancer, 276RunOneAllTests(TestLearners.logisticRegression, TestDatasets.breastCancer, summary: true, digitsOfPrecision: 3); 288RunOneAllTests(TestLearners.symSGD, TestDatasets.breastCancer, summary: true, digitsOfPrecision: 4); 297var binaryClassificationDatasets = new[] { TestDatasets.breastCancer }; 323var binaryClassificationDatasets = new[] { TestDatasets.breastCancer }; 371var data = TestDatasets.breastCancer; 626var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 756var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 802var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 1598return new[] { TestDatasets.breastCancer }; 1757RunOneTrain(TestLearners.NnBinCustom(path), TestDatasets.breastCancer, null, "InputMismatch"); 1767RunOneTrain(TestLearners.NnBinCustom(path), TestDatasets.breastCancer, null, "OutputMismatch"); 2212RunOneAllTests(pa, TestDatasets.breastCancer, new[] { "loader=Text{col=Label:BL:0 col=Features:R4:1-9}" }, digitsOfPrecision: 5, parseOption: NumberParseOption.UseSingle); 2220Run_TrainTest(pa, TestDatasets.breastCancer, new[] { "loader=Text{col=Label:BL:0 col=Features:R4:1-9}" }, digitsOfPrecision: 5, parseOption: NumberParseOption.UseSingle); 2228Run_TrainTest(pa, TestDatasets.breastCancer, new[] { "loader=Text{col=Label:BL:0 col=Features:R4:1-9}" }, digitsOfPrecision: 5, parseOption: NumberParseOption.UseSingle); 2236Run_TrainTest(pa, TestDatasets.breastCancer, new[] { "loader=Text{col=Label:BL:0 col=Features:R4:1-9}" }, digitsOfPrecision: 6, parseOption: NumberParseOption.UseSingle); 2244Run_TrainTest(pa, TestDatasets.breastCancer, new[] { "loader=Text{col=Label:BL:0 col=Features:R4:1-9}" }, digitsOfPrecision: 4, parseOption: NumberParseOption.UseSingle); 2252Run_TrainTest(pa, TestDatasets.breastCancer, new[] { "loader=Text{col=Label:BL:0 col=Features:R4:1-9}" }, digitsOfPrecision: 6, parseOption: NumberParseOption.UseSingle); 2260Run_TrainTest(pa, TestDatasets.breastCancer, new[] { "loader=Text{col=Label:BL:0 col=Features:R4:1-9}" }, digitsOfPrecision: 4, parseOption: NumberParseOption.UseSingle); 2268Run_TrainTest(pa, TestDatasets.breastCancer, new[] { "loader=Text{col=Label:BL:0 col=Features:R4:1-9}" }, digitsOfPrecision: 6, parseOption: NumberParseOption.UseSingle); 2276Run_TrainTest(pa, TestDatasets.breastCancer, new[] { "loader=Text{col=Label:BL:0 col=Features:R4:1-9}" }, digitsOfPrecision: 4, parseOption: NumberParseOption.UseSingle); 2284Run_TrainTest(pa, TestDatasets.breastCancer, new[] { "loader=Text{col=Label:BL:0 col=Features:R4:1-9}" }, digitsOfPrecision: 6, parseOption: NumberParseOption.UseSingle); 2292Run_TrainTest(pa, TestDatasets.breastCancer, new[] { "loader=Text{col=Label:BL:0 col=Features:R4:1-9}" }, digitsOfPrecision: 5, parseOption: NumberParseOption.UseSingle);
Microsoft.ML.TestFramework (8)
DataPipe\TestDataPipe.cs (1)
1495var inputData = GetDataPath(TestDatasets.breastCancer.trainFilename);
DataPipe\TestDataPipeBase.cs (1)
317pathData = GetDataPath(TestDatasets.breastCancer.trainFilename);
TestCommandBase.cs (6)
1412string pathData = GetDataPath(TestDatasets.breastCancer.trainFilename); 1553string pathData = GetDataPath(TestDatasets.breastCancer.trainFilename); 2009string data = GetDataPath(TestDatasets.breastCancer.trainFilename); 2025string data = GetDataPath(TestDatasets.breastCancer.trainFilename); 2094string data = GetDataPath(TestDatasets.breastCancer.trainFilename); 2124string data = GetDataPath(TestDatasets.breastCancer.trainFilename);
Microsoft.ML.Tests (50)
OnnxConversionTest.cs (14)
147string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 220string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 436string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 623string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 767string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 787string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 1002string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 1601string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 1646string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 1845string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 1884string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 1931string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 1973string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 2023string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
PermutationFeatureImportanceTests.cs (1)
487var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Scenarios\Api\TestApi.cs (2)
174var dataFile = GetDataPath(TestDatasets.breastCancer.trainFilename); 268var dataFile = GetDataPath(TestDatasets.breastCancer.trainFilename);
Scenarios\GetColumnTests.cs (2)
27var path = GetDataPath(TestDatasets.breastCancer.trainFilename); 69var path = GetDataPath(TestDatasets.breastCancer.trainFilename);
TextLoaderTests.cs (3)
815string breastCancerPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 1242string breastCancerPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 1254string breastCancerPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
TrainerEstimators\FAFMEstimator.cs (1)
69.Load(GetDataPath(TestDatasets.breastCancer.trainFilename));
TrainerEstimators\OnlineLinearTests.cs (1)
18var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
TrainerEstimators\PriorRandomTests.cs (1)
27}).Load(GetDataPath(TestDatasets.breastCancer.trainFilename));
TrainerEstimators\SdcaTests.cs (1)
19var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Transformers\CategoricalHashTests.cs (1)
80string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Transformers\CategoricalTests.cs (1)
156string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Transformers\CountTargetEncodingTests.cs (5)
25string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 41var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 56var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 76var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 161var dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Transformers\CustomMappingTests.cs (2)
168string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 193string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Transformers\FeatureSelectionTests.cs (6)
64string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 105string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 147string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 169string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 207string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename); 229string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Transformers\HashTests.cs (1)
356string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Transformers\KeyToBinaryVectorEstimatorTest.cs (1)
62string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Transformers\KeyToValueTests.cs (1)
67string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Transformers\KeyToVectorEstimatorTests.cs (1)
72string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Transformers\NAIndicatorTests.cs (1)
94string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Transformers\NAReplaceTests.cs (1)
124string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Transformers\NormalizerTests.cs (1)
873var dataFile = GetDataPath(TestDatasets.breastCancer.trainFilename);
Transformers\RffTests.cs (1)
66string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);
Transformers\TextFeaturizerTests.cs (1)
776string dataPath = GetDataPath(TestDatasets.breastCancer.trainFilename);