-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels