C.-H. Tsai, C.-Y. Lin, and C.-J. Lin. Incremental and decremental training for linear classification. KDD 2014.
If you successfully used this code for your applications, please let us know. We are interested in how it's being used.
Please download the zip file. See README for building the package and README.incdec for details of running this extension.
The usage is the same as LIBLINEAR except a new option "-i." Specify "-i model" to load a previously computed model for quickly training a slightly modified data set. Example:
> train -s 0 heart_scale.set1 > train -s 0 -i heart_scale.set1.model heart_scale.set2
MATLAB/Octave interface is now supported. Please check matlab/README.incdec
Python interface is now supported. Please check python/README.incdec