I use decision trees from Scikit. Learn to do regression in a dataset. I get very good results, but one problem that concerns me is that the relative uncertainty with respect to many functions is very high.
I tried to simply remove cases with a high degree of uncertainty, but this significantly reduces the performance of the model.
Own elements are experimentally determined; therefore, they are associated with experimental uncertainty. The data itself is not noisy.
So my question is , is there a good way to incorporate function-related uncertainty into machine learning algorithms?
Thanks for the help!
source
share