Active Learning for text classification with scikit-learn's LinearSVC classifier. The code is written in python.
The required software/libraries are:
- python 2.7 or higher
- numpy python library *sklearn python library
Running the code: Make the current working directory the one with test.py and run the file with python.
Output: The output is the accuracy and F1 score upon succesive trainings and predictions.