libact icon indicating copy to clipboard operation
libact copied to clipboard

Developer guidelines

Open lsc36 opened this issue 9 years ago • 3 comments

lsc36 avatar Dec 15 '15 18:12 lsc36

@lsc36 How is this issue going?

yangarbiter avatar Dec 27 '15 08:12 yangarbiter

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.

marvinmi0325 avatar Oct 11 '18 03:10 marvinmi0325

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.

yangarbiter avatar Oct 11 '18 04:10 yangarbiter