]> granicus.if.org Git - liblinear/history - python
Remove redundant trailing whitespace in linear.cpp, python/liblinearutil.py and tron.cpp
[liblinear] / python /
2019-06-27 johncreedRemove redundant trailing whitespace in linear.cpp...
2019-03-19 johncreedRemove a redundant newline in help message
2019-03-18 Chih-Jen LinFix some minor indentation and space issues
2019-03-18 johncreedL2R_L2LOSS_SVR warm start parameter search supported
2019-02-26 Chih-Jen LinExplain in python/README that commonutil.py includes...
2018-12-18 Chih-Jen Lina _cstr function to encode string to utf-8. Use it...
2018-09-24 ppetter1025Changes due to a modification of the same file in LIBSVM:
2018-09-24 ppetter1025Changes due to a bug of the same file in LIBSVM:
2018-07-30 Chih-Jen LinChanges due to a bug of the same file in LIBSVM:
2018-07-26 Chih-Jen Lin Include LIBSVM's svm-scale.c in the package.
2018-07-26 ppetter1025In svm_read_problem we removed zeros while reading...
2018-07-26 ppetter1025add section title "Quick Start with Scipy" in table...
2018-06-12 ppetter1025Fix a bug in svm_read_problem of python/liblinearutil...
2017-03-27 Hsin-Yuan HuangMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2017-03-27 Hsin-Yuan HuangAdd Scipy Support for Python Interface
2017-03-13 Kevinremove trailing spaces and tabs
2015-07-16 Chih-Jen Linfix an indentation problem in python/liblinearutil.py
2015-06-29 boyuwarm start parameter search supported
2015-06-28 boyuSquashed commit of the following:
2014-10-19 Hsiang-Fu Yuadd two functions get_decfun_coef and get_decfun_bias
2014-10-19 Yu-Chinuse __all__ in Python interfaces to make sure only...
2014-03-21 yongModify SHVER from 1 to 2.
2013-08-31 Yu-ChinModify python README so that users can run the examples...
2013-06-13 yongFix the bug of type error when calling set_to_default_v...
2013-01-21 guestwalkModify Python interface, major changes are:
2012-07-20 leepeiAdded -q option for predict and modified the solver...
2012-04-26 popofix typos in python/README. v191
2012-04-25 popoFix bug. get_label() returns integer list. model.get_ty...
2012-04-20 popoFix bugs.
2012-04-17 popoAdd -s 11, 12, 13 to python and matlab interfaces.
2012-04-09 popoIn python interface, file names should be encoded in...
2012-03-22 popoIn the README file of python interface, p_val should...
2011-10-11 cjlinindicate in predict option that -b 1 is for logistic...
2011-05-09 popoAdd dependency for tron.o, linear.o, and blas.a in...
2011-03-05 cttsai- Rename linear.py and linearutil.py to liblinear.py...
2011-02-16 popoChange the path of loading *.dll and *.so to the relati...
2010-06-16 rofuRemove some spaces in python/README
2010-06-15 rofuChange "svm.h" to "linear.h" in python README.
2010-06-15 rafanFix clean build on 64-bit platform by removing dependen...
2010-06-15 rafanNo need to set executable property
2010-06-15 rafanLoad the lib we just found (liblinear instead of linear)
2010-06-14 rofu- Fix typos in README
2010-06-14 rofu- Add two interface functions