Question: B - 1 0 : Assume the following code for classification task using Random forest ( 6 trees ) : rf = RandomForestClassifier ( X

B-10: Assume the following code for classification task using Random forest (6 trees):
rf = RandomForestClassifier(X=6,criterion='entropy', random_state=0) which of the following attributes is the correct choice for "x" in the code?
\table[[A: estimators_,C:n_classes_],[B:classes_,D:feature_names_in_]]
 B-10: Assume the following code for classification task using Random forest

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!