Skip to content

Commit

Permalink
remove version word
Browse files Browse the repository at this point in the history
  • Loading branch information
david-sun-1 committed Oct 8, 2023
1 parent 14fe274 commit f70ee6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/booster.jl
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@ function xgboost(dm::DMatrix, a...;
maximize=false,
kw...
)
println("Running DEV Version: 5")
Xy = DMatrix(dm)
b = Booster(Xy; kw...)
isempty(watchlist) || @info("XGBoost: starting training.")
Expand Down

0 comments on commit f70ee6d

Please sign in to comment.