1 reference to LoadCsv
Microsoft.ML.TorchSharp.Tests (1)
TextClassificationTests.cs (1)
174var df = DataFrame.LoadCsv(GetDataPath("github-issues-train.tsv"), separator: '\t', header: true, columnNames: new[] { "ID", "Label", "Title", "Description" });