Skip to content

Commit b3744cd

Browse files
committed
Update guide in README.md
1 parent 68f27f6 commit b3744cd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,13 +328,14 @@ A input S3 key will generate a unique title, it is used for `TrainingJobName`, `
328328
...
329329
"TrainParameters": {
330330
"max_depth": "5",
331+
"eval_metric": "error",
331332
"eta": "0.2",
332333
"gamma": "4",
333334
"min_child_weight": "6",
334-
"subsample": "0.7",
335-
"objective": "multi:softprob",
336-
"num_class": "2",
337-
"num_round": "50"
335+
"subsample": "0.8",
336+
"objective": "binary:logistic",
337+
"silent": "0",
338+
"num_round": "100"
338339
},
339340
...
340341
...

0 commit comments

Comments
 (0)