jubatus / jubatus_core

Jubatus algorithm component
GNU Lesser General Public License v2.1
20 stars 29 forks source link

Support save/load of unlearner #392

Closed rimms closed 6 years ago

rimms commented 6 years ago

Fixes https://github.com/jubatus/jubatus_core/issues/389

I implemented pack and unpack interface to unlearner.

And, I implemented this method call to algorithms:

I tested this patch using this .

Note that nearest_neighbor does not support unlearner. But driver::nearest_neighbor has the interface using unlearner. I think this method will not be called from anywhere.

rimms commented 6 years ago

Ready for review.

TkrUdagawa commented 6 years ago

LGTM