Skip to content

Commit

Permalink
disable checkpointing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
manishamde committed Sep 30, 2014
1 parent 0ae1c0a commit 5538521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ object GradientBoosting extends Logging {
val checkpointingPeriod = boostingStrategy.checkpointPeriod
// TODO: Need to find good defaults for checkpointPeriod
if (m % checkpointingPeriod == 0) {
data.checkpoint()
//data.checkpoint()
}
logDebug(data.first.toString)
m += 1
Expand Down

0 comments on commit 5538521

Please sign in to comment.