Scikit,

Any clue why I'm getting this?:

Traceback (most recent call last):
  File "sim_data.py", line 72, in <module>
    P.map(runTest,CLASSIFIERS.keys(),1)
  File "/usr/lib/python2.7/multiprocessing/pool.py", line 227, in map
    return self.map_async(func, iterable, chunksize).get()
  File "/usr/lib/python2.7/multiprocessing/pool.py", line 528, in get
    raise self._value
AttributeError: 'SVC' object has no attribute '_sparse'


I'm just calling the fit and predict in the map...

Thanks,
Ronnie Ghose
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
DESIGN Expert tips on starting your parallel project right.
http://goparallel.sourceforge.net/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to