]> granicus.if.org Git - liblinear/history - python
fixed csr_scale resize
[liblinear] / python /
2022-08-07 Sinacamfixed csr_scale resize
2022-08-07 Sinacammoved all numpy references through scipy
2022-04-05 Sinacamappending to sys.path has no effect in all our use...
2022-03-16 ericliu8168update python: liblinear.so.4 to liblinear.so.5
2022-03-08 Sinacamudpated setup.py
2022-03-07 Sinacamupdated setup.py
2021-04-08 kevin1kevin1kAdd instructions for Python home-directory installation
2021-02-16 Chih-Jen Linin matlab/README mention that Windows users must copy...
2021-02-15 Chih-Jen Linchange version number for 2.43 release
2021-02-14 juinanyenAdd more instructions for the python interface installation
2021-02-11 kevin1kevin1kFix package name and README
2021-02-10 kevin1kevin1kFix package name error
2021-02-10 kevin1kevin1kReplace tabs with four spaces in Python files
2021-02-10 kevin1kevin1kEnable installation with PyPI
2020-07-22 Wei-Lin ChiangAdd -R option to matlab and python interface
2020-05-24 Chih-Jen LinFix one comment in linear.cpp and a description of...
2020-05-23 Chou Hung-Yi solver for one-class SVM supported
2019-08-23 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2019-07-31 johncreedRemove trailing white-space
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