Information Selection for Regression
我使用information selection extension package for noise in label detection. The targets of my problem are numerical numbers. I am trying to use CNN but it does not select any examples. Does the package support regression as well or is it strictly for classification. If it also supports regression, what parameters are needed to set the process up correctly?
<宏/ >
Tagged:
0
Answers
说实话,我必须承认我从未使用过这个s extension. It was always on my todo list. Marcin, the auther of the package, is also active on this board. You might send him a private message:http://rapid-i.com/rapidforum/index.php?action=profile;u=2560
~Martin
Dortmund, Germany
The threshold parameter must be configured for both regression decision functions. It defines the maximum acceptable difference between label predicted by nearest neighbors and the true label. In the case of Local decision function the threshold is multiplied by standard deviation of labels of the nearest examples (the noise estimation parameter defines number of nearest neighbors considered to estimate standard deviation of labels). The local function is more robust buth more computationally expensive. For non local decision function STD = 1;
Hope it helped
Best
Marcin