lishiwei2011 / gradientboostedmodels

Automatically exported from code.google.com/p/gradientboostedmodels
0 stars 0 forks source link

Better control over verbosity #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run a model with cv.folds > 1

If verbose = TRUE (the default) an awful lot of updating gets spewed to the 
screen. This is a hangover from when the computations ran much more slowly. I 
think verbose should have options TRUE (current), FALSE (no printing to screen) 
and CV (print to screen when starting a new CV fold) with the default being CV.

Original issue reported on code.google.com by harry.southworth on 25 Jan 2013 at 2:28

GoogleCodeExporter commented 8 years ago
Done. Each CV fold does NOT spew output to screen, but the loop lets the user 
know (by default) where the CV is at. Also lets the user know by default how 
many cores have been detected.

Original comment by harry.southworth on 29 Jan 2013 at 10:31