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