ntucllab / libact

Pool-based active learning in Python
http://libact.readthedocs.org/
BSD 2-Clause "Simplified" License
776 stars 174 forks source link

Load and Save the model #140

Open LibraSkywalker opened 6 years ago

LibraSkywalker commented 6 years ago

I think these model classes should have the interface for users to save their models into files or load them from file, though the functions are already implemented in sklearn but it would be better if they're well wrapped in your modules.