CvMLData::read_csv cannot load large data file (Bug #510)
Description
when the dimension of the data are above several thousand, CvMLData::read_csv() method always fail.
My Testing platform is Windows XP / Win7
History
Updated by Victor Eruhimov over 14 years ago
What is the number of rows? Can't it be that the data just doesn't fit into operating memory?
- Status deleted (
Open)
Updated by Fei DUAN over 14 years ago
Replying to [comment:1 relrotciv]:
What is the number of rows? Can't it be that the data just doesn't fit into operating memory?
No, the data does can fit into the RAM. I wrote my own loading function, there was no load failures. Actually, the number of rows is less than 5,000, but the columns of each row is about 2,000. Maybe you can generate a random array and try CvMLData;;read_csv() ?
Updated by Vadim Pisarevsky over 14 years ago
fixed in r4275
- Status set to Done
- (deleted custom field) set to fixed
Updated by Andrey Kamaev almost 13 years ago
- Category set to ml
- Assignee changed from Maria Dimashova to Vadim Pisarevsky