Closed valeronm closed 7 years ago
I got error TypeError: can't dump hash with default proc on trying to Marshal.dump for trained classifier. This PR fixes dumping for memory backend and adds a test for this regression.
TypeError: can't dump hash with default proc
Marshal.dump
Thanks @valeronm
I got error
TypeError: can't dump hash with default proc
on trying toMarshal.dump
for trained classifier. This PR fixes dumping for memory backend and adds a test for this regression.