Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gtesei committed Oct 16, 2015
1 parent e533b58 commit 1188113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ens = ff.createEnsemble(Xtrain = Xtrain,
bestTune = expand.grid(
nrounds = bestTune$early.stop ,
max_depth = 8 ,
eta = 8 ),
eta = 0.02 ),
removePredictorsMakingIllConditionedSquareMatrix_forLinearModels = F,
controlObject = controlObject,
parallelize = TRUE,
Expand Down

0 comments on commit 1188113

Please sign in to comment.