1 reference to TestDataPath
Microsoft.ML.AutoML.Samples (1)
AutoFit\RankingExperiment.cs (1)
26
IDataView testDataView = mlContext.Data.LoadFromTextFile<SearchData>(
TestDataPath
, hasHeader: true, separatorChar: ',');