Skip to content

Commit 46f4e91

Browse files
committed
EXAMPLE: compute_importances=True is no longer required (2)
1 parent 0b2f92d commit 46f4e91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/ensemble/plot_forest_importances_faces.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
t0 = time()
3636
forest = ExtraTreesClassifier(n_estimators=1000,
3737
max_features=128,
38-
compute_importances=True,
3938
n_jobs=n_jobs,
4039
random_state=0)
4140

0 commit comments

Comments
 (0)