enhancement request for tune
: t.test.process choice ignores bounded nature of performance criteria
#101
Labels
enhancement-request
New feature or request
many times users have complained that the chosen keepX is too strict. Here's an example for
tune.spca
for component 2:Created on 2020-10-02 by the reprex package (v0.3.0)
Session info
Initially, we thought it's a threshold issue, but that's not always the case as we get close to 100%.
possible culprit
We measure the significance of the improvement in error rate or correlation to decide the optimality. It ignores the bounded (truncated?) nature of the performance criteria (e.g. correlation is b/w [-1,1]).
possible solution
Adjust the measure based on a truncated distribution, (or transform current measures to take them into an unbounded space?)
The text was updated successfully, but these errors were encountered: