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