ntucllab / libact

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

Is there any tutorial/notebook notes? #94

Closed alonsopg closed 7 years ago

alonsopg commented 7 years ago

Is there a jupyter notebook for learning how to use this library?.

yangarbiter commented 7 years ago

You may quickly check out the overview page (http://libact.readthedocs.io/en/latest/overview.html), and then go through this example (http://libact.readthedocs.io/en/latest/examples/plot.html). This should give you a good idea about how to use this library.