Skip to content

Commit

Permalink
FIX: Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
glouppe committed Dec 29, 2011
1 parent 79cdf46 commit 48a63de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/ensemble/plot_forest_importances_faces.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
forest = ExtraTreesClassifier(n_estimators=1000,
max_features=128,
compute_importances=True,
n_jobs=2,
random_state=0)

forest.fit(X, y)
Expand Down

0 comments on commit 48a63de

Please sign in to comment.