I've a classical dataset with real attributes and I want to perform a regression.
But, not all the entries in the training dataset are trustworthy; there is an attribute that I can turn into a confidence value (between 0 and 1) to say how much I can trust the label value. For example, if the confidence value is 0, I mustn't take the entry into consideration.
Is there a way to do this?