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