Skip to content

Can't use SVM for decoding #4

@geigermartin

Description

@geigermartin

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:

using MLJLIBSVMInterface
SVC = @load SVC pkg = LIBSVM
uf_svm = fit(UnfoldDecodingModel,des,evt,dat,SVC(),"eventA"=>:condition;
    nfolds=2,
    UnfoldFitkwargs=(;solver=customsolver),
    eventcolumn=:event,
    multithreading = false)
plot_erp(coeftable(uf_svm)) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions