Fix custom obj link. [skip ci] (#6100)

This commit is contained in:
Jiaming Yuan 2020-09-09 10:55:38 +08:00 committed by GitHub
parent b0001a6e29
commit 318bffaa10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,5 +143,5 @@ Multi-class objective function
****************************** ******************************
A similiar demo for multi-class objective funtion is also available, see A similiar demo for multi-class objective funtion is also available, see
`demo/guide-python/custom_softmax.py <https://github.com/dmlc/xgboost/tree/master/demo/guide-python/custom_rmsle.py>`_ `demo/guide-python/custom_softmax.py <https://github.com/dmlc/xgboost/tree/master/demo/guide-python/custom_softmax.py>`_
for details. for details.