when i try to load a dumped classifier i get this exception: No module named copy_reg. There is a bug report for this (http://www.archivum.info/python-bugs-list@python.org/2007-04/msg00222.html).
The solution is to make sure you export your pickled object to a file open in binary mode, even if you are using the default protocol 0 (commonly referred to as being "text")
so: windows7 python 2.6
when i try to load a dumped classifier i get this exception: No module named copy_reg. There is a bug report for this (http://www.archivum.info/python-bugs-list@python.org/2007-04/msg00222.html). The solution is to make sure you export your pickled object to a file open in binary mode, even if you are using the default protocol 0 (commonly referred to as being "text")