orca
orca copied to clipboard
Ordinal Regression and Classification Algorithms
Dear maintainers, I noticed your package does not appear on the octave package index. Please consider adding it! You can find the octave package index and instructions how to add...
Migrating REDSVM to ORCA-Python i detected a _memory leak_ during the execution of the algorithm. The problem looks like is this part of the svm_free_model_content function: https://github.com/ayrna/orca/blob/bd9d68215f34cefafbe9f547e6426eeec317ab01/src/Algorithms/libsvm-rank-2.81/svm.cpp#L3416-L3417 This code only...
First of all, I'm running `ORCA` on `Matlab R2018a`. I've been crossvalidating SVOREX with a big set of parameters. At some point (i.e. with a specific combination of parameters detailed...
Hi! When I try to run an experiment of 20 datasets with the option `datasets = all`, only first dataset in alphabetical order is considered. I have to write the...
KDLOR only uses effectivelly MATLAB's quadprog. - [x] Remove the remainder - [ ] Look for a free software QP optimnizer
- [ ] Include more link functions - [ ] Rewrite predict() to use mnrval()
SVMOP has a different expected performance in [svmopTest.m](https://github.com/ayrna/orca/blob/master/src/tests/singletests/svmopTest.m). - Linux: Accuracy Test 0.960000 - Windows: Accuracy Test 0.920000
The following solutions should be uploaded: - [ ] Tutorial 1 - [ ] Tutorial 2 - [ ] Tutorial 3
- [ ] Unit tests. Coverage test for all the algorithms and experiments.
I encountered an "Index exceeds matrix dimensions" error while using the ORBoost function in my MATLAB code. I followed the instructions in `orca_quick_install.md` to run `runtests_single` in MATLAB 2017b on...