38 references to GetDataPath
Microsoft.ML.TestFramework (27)
DataPipe\Parquet.cs (2)
22
string pathData =
GetDataPath
(@"Parquet", "alltypes.parquet");
30
string pathData =
GetDataPath
(@"Parquet", "test-null.parquet");
DataPipe\PartitionedFileLoaderTests.cs (2)
29
string basePath =
GetDataPath
("Partitioned", "Named");
43
string basePath =
GetDataPath
("Partitioned", "Unnamed"); ;
TestCommandBase.cs (23)
722
string pathData =
GetDataPath
(@"..", "breast-cancer-withheader.txt");
791
string pathData =
GetDataPath
(@"..", "breast-cancer-withheader.txt");
802
pathData =
GetDataPath
(@"..", "breast-cancer.txt");
813
pathData =
GetDataPath
(@"..", "breast-cancer.txt");
824
pathData =
GetDataPath
(@"..", "breast-cancer.txt");
836
pathData =
GetDataPath
(@"..", "breast-cancer.txt");
847
pathData =
GetDataPath
(@"..", "data-for-empty-predictor.txt");
881
string pathData =
GetDataPath
(@"..", "breast-cancer-withheader.txt");
922
string pathData =
GetDataPath
(@"..", "breast-cancer.txt");
963
string pathData =
GetDataPath
(@"..\V3\Data\20NewsGroups", "all-data_small.txt");
1018
string testData =
GetDataPath
(@"..\UCI", "adult.test.tiny");
1164
string trainData =
GetDataPath
(@"..\SvmLite", "australian");
1334
string testData =
GetDataPath
(@"..\UCI", "adult.test");
1344
string pathData =
GetDataPath
(@"..", "breast-cancer-withheader.txt");
1357
string pathData =
GetDataPath
(@"..", "breast-cancer-withheader.txt");
1392
string pathData =
GetDataPath
(@"..\UCI\iris", "iris.data");
1429
string pathData =
GetDataPath
(@"..", "breast-cancer-withheader.txt");
1597
string pathData =
GetDataPath
(@"..\Housing (regression)", "housing.txt");
1637
string pathData =
GetDataPath
(@"..\Housing (regression)", "housing.txt");
1690
string pathData =
GetDataPath
(@"..\V3\Data\20NewsGroups", "all-data_small.txt");
1708
string pathData =
GetDataPath
(@"..\Housing (regression)", "housing.txt");
1790
string pathData =
GetDataPath
(@"..", "breast-cancer-withheader.txt");
1800
string pathData =
GetDataPath
(@"..", "breast-cancer-withheader.txt");
Microsoft.ML.Tests (5)
TrainerEstimators\CalibratorEstimators.cs (1)
256
var modelPath =
GetDataPath
("backcompat", "Calibrator_Model_VerWritten_0x00010001.zip");
TrainerEstimators\MatrixFactorizationTests.cs (1)
537
var modelPath =
GetDataPath
("backcompat", "matrix-factorization-model.zip");
Transformers\ConvertTests.cs (1)
391
var modelPath =
GetDataPath
("backcompat", "type-convert-key-model.zip");
Transformers\HashTests.cs (2)
337
var modelPath =
GetDataPath
("backcompat", "MurmurHashV1.zip");
362
string modelPath =
GetDataPath
("backcompat", "hashing-before-combine.zip");
Microsoft.ML.TimeSeries.Tests (6)
TimeSeriesDirectApi.cs (6)
594
var dataPath =
GetDataPath
("Timeseries", "anomaly_detection.csv");
682
var dataPath =
GetDataPath
("Timeseries", "period_no_anomaly.csv");
729
var dataPath =
GetDataPath
("Timeseries", "big_spike_data.csv");
784
var dataPath =
GetDataPath
("Timeseries", "period_anomaly.csv");
843
var dataPath =
GetDataPath
("Timeseries", "anomaly_at_beginning.csv");
901
var dataPath =
GetDataPath
("Timeseries", "non_negative_case.csv");