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

Categories

0 votes
746 views
in Technique[技术] by (71.8m points)

random forest - Samples x features ratio in RF models

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

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

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...