Fernando José
Fernando José
Remove all the methods producing clutter in `SGVector`. This includes (although it is not limited to) math operations like `linspace`, `dot`, and other operations like `find`. The objective is to...
The class contains a bunch of methods like floor, ceil, sine, and a large etc. that I think we should not be implementing in our own, and rather use the...
Code can be found in: http://www.iip.ist.i.kyoto-u.ac.jp/member/cuturi/GA.html It would be really nice to see a graphical demo in python like the one shown in the video.
## Description Add link in tutorial because otherwise it is not clear how to follow those steps (for example, it is not mentioned where those two files can be found)...
$ valgrind --log-file=valgrind.log python structure_plif_hmsvm_bmrm.py PLiF HMSVM BMRM $ grep shogun valgrind.log -n 2726:==18790== by 0x9D46124: shogun::sg_free(void_) (memory.cpp:221) 2727:==18790== by 0x9ADC9EC: void shogun::sg_generic_free(void_) (memory.h:98) 2728:==18790== by 0x9D3C26B: shogun::CLock::~CLock() (Lock.cpp:53) 2729:==18790==...
`compute_fourier_basis` uses `scipy.linalg.eigh` assuming the matrix is complex Hermitian or real symmetric. This will lead to incorrect results, if I am not mistaken, when using for example the directed cycle...
Yesterday, we started with going from ```cpp tapkee::initialize().withParameters((method=...,num_neighbors=...)) ```` to ```cpp tapkee::with((method=...,)) ``` For the distance, kernel, and/or features there are ```cpp tapkee::with(...).withKernel(kernel_callback) .withDistance(distance_callback) .withFeatures(features_callback) ``` which, yesterday afternoon, I...
Update website (maybe making a "v1" and "v2" separation), possibly the jmlr benchmarks repo. Starting context: https://github.com/lisitsyn/tapkee/commit/63c72bfa65f5c53e059508cb5a20d686b3dd897b
Seems to end up with a segmentation fault: From Shell: Program received signal SIGSEGV, Segmentation fault. 0x00007ffff3fc794b in MSK_deleteenv () from /usr/local/lib/libmosek64.so.6.0