You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While going through the tutorial overlapcorrectedLDA_options.jl, I tried to exchange the LDA for an SVM classifier.
However, this unfortunately is not working (even though the SVM is MLJ supported as well).
ok this is working partially now. The problem is coeftable which requires the LDA output format, nt sure why this is incompatible with SVM output frmat. Don't have time to fiix it right now - someone with more experience in MLJ could fix this super fast i think
Hi!
While going through the tutorial overlapcorrectedLDA_options.jl, I tried to exchange the LDA for an SVM classifier.
However, this unfortunately is not working (even though the SVM is MLJ supported as well).
My code:
The text was updated successfully, but these errors were encountered: