libact
libact copied to clipboard
Developer guidelines
@lsc36 How is this issue going?
Sorry to bother u, I am a new learner of active learning and coding. After I downloaded this doc and finished reading the "readme.txt", I still didn't understand how to use libact you created. It's a software? Or it's some code that I have to arrange and pip it in my mac? I am really appriciate it if you can reply me. Hope you have a good day.
It's a package that implements active learning algorithms. Like scikit-learn implements various machine learning algorithms.
The usage case should be pip install on your computer and import the implemented algorithms for your own application.