Chih-Jen Lin

Results 112 comments of Chih-Jen Lin

Please check http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/#large_scale_ranksvm TheEdoardo93 writes: > Hi, I'm a computer science student based in Milan. > I want to know if I can use this library (especially, with the >...

We don't but it should be easy to modify liblinear's python setting here.. TheEdoardo93 writes: > Thanks. > I see that this library is written in C/C++. Is there any...

you don't need to handle it. Liblinear directly supports 1-vs-rest Billy writes: > I am a little confusing while using this package for > multi-classification. can anyone tell me how...

Our department server is under maintenance today. Please wait until later today or tomorrow. Sorry about that On 2024-08-17 21:58, might wrote: > the website broken again,looks like https://www.csie.ntu.edu.tw can...

Can you show us details of your experiments? On 2024-06-27 04:17, Ekaterina Abramova wrote: > Ive also tried using these two compilers in my Spyder instead: > env['CC'] = '/usr/local/bin/gcc-12'...

Please provide an example with exp log. Thanks On 2024-06-27 07:36, Ekaterina Abramova wrote: > It would take me a while to write up the code such that it can...

Ekrem Aksoy writes: > fixes: > 1. bootstrap class path not set in conjunction with -source 1.5 warning > for JDK7 on Mac. > some users don't have 1.7, so...

-changecom(`//', ) +changecom(`//', ` ') shouldn't `' be`'? (i.e., no space)

Thanks. But with a space it means things between // and a space. I think we want // and the end of a line. In this regard, we shouldn't have...

We have now used changecom(`//',`') This will appear in the next release. Thanks Ekrem Aksoy writes: > When I've cloned repo, I've tried to compile java version (make clean &&...