0

I am using a Jupiter Notebook for making a machine learning model using turicreate. When ever I upload a big .csv file, I get a message: kernel died. Since I am new in python is there an other way to Batch loading file or anyone nows how to fix this issue ?

The csv file is 52.9 MB

Thanks

4

1 回答 1

0

53MB 不是大文件!您应该尝试将其加载到 ipython 终端中进行测试。

像在 Jupyter 中一样加载,看看是否有任何问题。如果没有问题,这可能是 Jupyter 的错误安装。

注意:当您的 RAM 用完时,内核大多会死掉。但是 53MB 并不是那么大,假设您的笔记本电脑上至少有 2 或 4G 或 RAM,这样的错误不应该发生

于 2018-12-07T12:57:15.553 回答