Hi!
I would like to know how I get the overall error rate of my tuned block.splsda model.
When I do:
MyPerf.diablo ← perf(tuned.diablo, validation = ‘Mfold’, folds = 5,
nrepeat = 10,
dist = ‘centroids.dist’)
And then look at MyPerf.diablo$WeightedVote.error.rate
I get an error rate per component. In the paper you talk about the overall error rate across all components, is that an average of the weighted vote error rate per component? Or do you take the last component?
My other question is around tuning the number of keepX in the block sparsePLS (continuous outcome). I’ve seen forum post saying that you don’t yet have a tuning function available for this, but the posts date from 2 years ago so I was wondering if there was any updates on that.
Thanks!
Best wishes,
Eléonore