Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am currently trying to build random forest models to infer the relevance of a list of features in 70 subjects. Currently, I have 460 features, I've read that models should not be built using more features than samples. I understand that feature selection can be applied to filter more meaningful features.

I wonder if anyone could help me out and explain what happens to a random forest model when it is "overly" trained. And is there an optimal row x columns ratio? I mean for N samples should models be built using N/2 features or square root of N?

Do I have to calibrate my model to find this optimal ratio? How to identify it?

Thanks in advance.

question from:https://stackoverflow.com/questions/66062932/samples-x-features-ratio-in-rf-models

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
830 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...