Marc Claesen

Results 6 issues of Marc Claesen

I consistently get errors when trying to seed this demo project, both using yarn and npm. After pulling this repo, I've followed the instructions as per the README. The error...

``` ./configure --host=i686-w64-mingw32 make ``` leads to errors in the LibSVM wrapper, related to malloc: `src/LibSVM.cpp:43:32: error: 'rpl_malloc' is not a member of 'std'` This appears to be because of...

bug

Typically these loss functions are compatible with multiclass problems. To make this work, we would need to provide a more generic interface (or require preprocessing on the user end). I'm...

enhancement
Python

We use Python's (standard) multiprocessing library for interthread communication (via multiprocessing.Queue). Unfortunately, Jython currently doesn't support this library. A transition to something else would solve this problem.

enhancement
Python
Java

MATLAB blocks at accepting the socket connection. Strange, because it works on other pairs of Windows/MATLAB versions. Further testing required to diagnose the problem. Maybe due to Java.

bug
MATLAB
Windows