]> granicus.if.org Git - liblinear/commit
In python interface, file names should be encoded in save_model and load_model.
authorpopo <popo@16e7d947-dcc2-db11-b54a-0017319806e7>
Mon, 9 Apr 2012 14:34:11 +0000 (14:34 +0000)
committerpopo <popo@16e7d947-dcc2-db11-b54a-0017319806e7>
Mon, 9 Apr 2012 14:34:11 +0000 (14:34 +0000)
commit6fc5588d9cae743065892aca86c06bc196160528
tree5b8f7e4ee7877bd48bf152d1499d7717dff9974f
parent78094c2e27018ae82a816b6f7cbb29563aac488e
In python interface, file names should be encoded in save_model and load_model.
After python 3.2, we need to use bytes instead of a unicode string.
python/liblinearutil.py