Hi!
When I run training on 10M examples (each described by a small subset of 100K features), it breaks with the error:
....
Splitting 2033
Training classifier
Splitting 1201
Training classifier
Splitting 1323
Training classifier
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/queues.py", line 266, in _feed
send(obj)
IOError: bad message length
Do you know what is the reason and how it could be fixed?
I tried smaller datasets (100K, 1M examples) and the training worked for them.
Cheers,
Michal