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