Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 17, 2020
1 parent b110378 commit fcd14c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/boosting/prediction_early_stop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ PredictionEarlyStopInstance CreateBinary(const PredictionEarlyStopConfig& config

PredictionEarlyStopInstance CreatePredictionEarlyStopInstance(const std::string& type,
const PredictionEarlyStopConfig& config) {

if (type != "none" && type != "multiclass" && type != "binary") {
Log::Fatal("Unknown early stopping type: %s", type.c_str());
}
Expand Down

0 comments on commit fcd14c4

Please sign in to comment.