Consider I have 3 groups: 1, 2 and 3. In each group I have 3 species. 1A, 1B, 1C; 2D, 2E, 2F and 3G, 3H, 3I. It is possible to predict where groups occur given some predictors. However, species in group 2 are more "generalistic" and have the tendency to occur in the other groups. While I could weigh group 1, 2 and 3 lets say 2/1/2, I actually want to weigh all species 2 times more except for 2D and 2F, which I only want to weigh 1 time. Lets say I predict group 1 at a specific site, and at this site the species composition is 1A, 1B, 2D this prediction is for 2/3 correct, but I do not see the occurrence of species 2D occurring in group 1 as very problematic if the weights of the species in this group was 2/2/1 than the model would be 4/5 correct. Is there any way to perform this with random forest models?

Similar questions and discussions