I use Random Forest to classify a large number of astronomical objects, and it does a relatively good job. However, I want to improve performance by adding information about each characteristic (or error).
In astronomy, each dimension usually has an associated error bar. For example, if I measure red and blue, each color measurement will be a brightness measurement (in astronomy, that is, the magnitude of a star), an error, for example. R value 14 + - 0.2, B - value 12 + - 0.15.
I want to figure out how to make Random Forest use the error panel as additional information. Any ideas?
source share