Skip to content

Commit

Permalink
change defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 10, 2015
1 parent 6615cf5 commit b80fbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def fit_regressor(X, y, window):
'''
Fits regressor model using cross validation
'''
model = RandomForestRegressor(n_estimators=50,
model = RandomForestRegressor(n_estimators=100,
min_samples_leaf=500,
random_state=42,
n_jobs=-1)
Expand Down

0 comments on commit b80fbde

Please sign in to comment.