uber/manifold

CSV upload of large data does not work.

Opened this issue · 0 comments

I have tried to compare models with your app, however I have larger feature set around 1.5GB(204842,1761), and permanently it throws error in console:
data-processor.js:72 Uncaught (in promise) Error: One or more required fields (x, yTrue, yPred) in input data is empty. at validateInputData (data-processor.js:72)
Is there any solution for this? Once I minimalise my data from 204842 lines to 20 it works very fluently. Thank you