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