MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / loadCSV

Function loadCSV

intent-classifier/training/util.js:26–28  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

24}
25
26function loadCSV(path) {
27 return dsv.csvParse(fs.readFileSync(path, {encoding: 'utf8'}));
28}
29
30function loadJSON(path) {
31 return JSON.parse(fs.readFileSync(path, {encoding: 'utf8'}));

Callers 2

runFunction · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected