ntucllab / libact

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

sklearn adapter model attribute #147

Open J535D165 opened 6 years ago

J535D165 commented 6 years ago

The default models in the package have an attribute model while the sklearn adapter has the same attribute named _model. Align this? And maybe also use the adapter for the default models in libact/models?

20