Handling Larger size datasets
yigitcancomlek opened this issue · 1 comments
yigitcancomlek commented
Hello!
Thank you very much for providing this tool!
Is it possible to use any csv files that are more than 10MB in size? Is there a work around to handle larger datafiles (~500MB). Thank you very much in advance for your help!
ZebinYang commented
Hi @yigitcancomlek,
Sure, the 10MB limit is due to the widgets interface.
PiML can handle larger data by pandas dataframe, see the user guide in https://selfexplainml.github.io/PiML-Toolbox/_build/html/guides/data/data_load.html#external-dataset.