Skip to content

Commit

Permalink
Update URL for "Multiclass logloss". (dmlc#2469)
Browse files Browse the repository at this point in the history
The original URL shows 404 Error.
  • Loading branch information
liyaguang authored and pommedeterresautee committed Jun 30, 2017
1 parent 48f3003 commit 91dae84
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 @@ -179,7 +179,7 @@ Specify the learning task and the corresponding learning objective. The objectiv
- "error": Binary classification error rate. It is calculated as #(wrong cases)/#(all cases). For the predictions, the evaluation will regard the instances with prediction value larger than 0.5 as positive instances, and the others as negative instances.
- "error@t": a different than 0.5 binary classification threshold value could be specified by providing a numerical value through 't'.
- "merror": Multiclass classification error rate. It is calculated as #(wrong cases)/#(all cases).
- "mlogloss": [Multiclass logloss](https://www.kaggle.com/wiki/MultiClassLogLoss)
- "mlogloss": [Multiclass logloss](https://www.kaggle.com/wiki/LogLoss)
- "auc": [Area under the curve](http://en.wikipedia.org/wiki/Receiver_operating_characteristic#Area_under_curve) for ranking evaluation.
- "ndcg":[Normalized Discounted Cumulative Gain](http://en.wikipedia.org/wiki/NDCG)
- "map":[Mean average precision](http://en.wikipedia.org/wiki/Mean_average_precision#Mean_average_precision)
Expand Down

0 comments on commit 91dae84

Please sign in to comment.