fixed some typos (#1814)
This commit is contained in:
committed by
Yuan (Terry) Tang
parent
be2f28ec08
commit
da2556f58a
@@ -36,7 +36,6 @@ bst <- xgboost(data = train$data, label = train$label, max.depth = 2, eta = 1, n
|
||||
nthread = 2, objective = "binary:logistic")
|
||||
# predict
|
||||
pred <- predict(bst, test$data)
|
||||
|
||||
```
|
||||
|
||||
## Julia
|
||||
|
||||
Reference in New Issue
Block a user