Altair RISE
A program to recognize and reward our most engaged community members
Nominate Yourself Now!
Home
Discussions
Community Q&A
Please explain guess_subset_ratio parameter in Random Forest operator
pakizahfatima
As per operator description, If this parameter is set to true then *int(log(m) + 1) Attributes are selected. What is int? And Please demonstrate this with the help of an example.
Find more posts tagged with
AI Studio
Random Forest
Accepted answers
All comments
MartinLiebig
Hi
@pakizahfatima
,
int is rather round here. It is the setting to decide how many features are available at each node of the RF. If you have 10 attributes in total you get:
k = int(log(10)+1) = int(1+1) = int(2) = 2
as a result.
Best,
Martin
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
Groups