Quickstart
These tutorials show how the library API may be used in end-to-end examples. After these tutorials, more in-depth explanations can be found in the user guides.
Before we start, please download and decompress the data rcv1
via the following commands:
mkdir -p data/rcv1
wget https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/multilabel/rcv1_topics_train.txt.bz2 -O data/rcv1/train.txt.bz2
wget https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/multilabel/rcv1_topics_test.txt.bz2 -O data/rcv1/test.txt.bz2
bzip2 -d data/rcv1/*.bz2