This repository was archived by the owner on May 25, 2024. It is now read-only.
This repository was archived by the owner on May 25, 2024. It is now read-only.
Switch RVM support to EMRVC #8
Open
Description
Hello, and congratulations for your work. I've used random forest and SVC on complex datasets and work like a charm, on the other hand I didn't manage to get either RVC(sklearn_bayes) working properly or port_rvm, so my suggestion is to switch RVM support to EMRVC(sklearn_rvm)
sklearn_bayes fails to install, probably because it supports an older version of sklearn. I've managed to install it by modifying the code to support sklearn 0.24 and manually compiling cython source files, but even then it does not work properly and the C++ models I've managed to produce all seem to have 8 relevance vectors. On the flip side sklearn_rvm works really well and it will make your work less sklearn version dependent.