Skip to content

Commit

Permalink
Update parameter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed May 4, 2015
1 parent 667a752 commit 37d7048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/parameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ From xgboost-unity, the ```bst:``` prefix is no longer needed for booster parame
- "binary:logistic" --logistic regression for binary classification, output probability
- "binary:logitraw" --logistic regression for binary classification, output score before logistic transformation
- "count:poisson" --poisson regression for count data, output mean of poisson distribution
- max_delta_step is set to 1 by default in poisson regression(used to safeguard optimization)
- max_delta_step is set to 0.7 by default in poisson regression (used to safeguard optimization)
- "multi:softmax" --set XGBoost to do multiclass classification using the softmax objective, you also need to set num_class(number of classes)
- "multi:softprob" --same as softmax, but output a vector of ndata * nclass, which can be further reshaped to ndata, nclass matrix. The result contains predicted probability of each data point belonging to each class.
- "rank:pairwise" --set XGBoost to do ranking task by minimizing the pairwise loss
Expand Down

0 comments on commit 37d7048

Please sign in to comment.