Skip to content

Commit 3ce23b2

Browse files
Clarify descriptions and add links to the tutorial in Python. #2446, #2947
commit_hash:fca2225a08d28012c59f3660b640f6504c653b9f
1 parent 701a3dc commit 3ce23b2

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,14 @@ It's better to start CatBoost exploring from this basic tutorials.
5454
* [CatBoost PredictionDiff Feature Importance Tutorial](./prediction_diff_feature_importance_tutorial.ipynb)
5555
* This tutorials shows how to use PredictionDiff feature importances.
5656

57-
## Custom loss
57+
## Custom metrics and losses
58+
59+
* [Custom Metrics and Losses in C++ Tutorial](custom_loss/custom_metric_tutorial.md)
60+
* This tutorial shows how to add custom per-object metrics and objective functions in C++ native code.
61+
62+
* [Custom Metrics and Losses in Python Tutorial](custom_loss/custom_loss_and_metric_tutorial.ipynb)
63+
* This tutorial shows how to add custom per-object metrics and objective functions in Python.
5864

59-
* [Custom Metrics Tutorial](custom_loss/custom_metric_tutorial.md)
60-
* This tutorial shows how to add custom per-object metrics.
6165

6266
## Apply model
6367

custom_loss/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Custom loss
1+
# Custom metrics and losses
22

3-
* [Custom Metrics Tutorial](custom_metric_tutorial.md)
4-
* This tutorial shows how to add custom per-object metrics.
3+
* [Custom Metrics and Losses in C++ Tutorial](custom_metric_tutorial.md)
4+
* This tutorial shows how to add custom per-object metrics and objective functions in C++ native code.
5+
6+
* [Custom Metrics and Losses in Python Tutorial](custom_loss_and_metric_tutorial.ipynb)
7+
* This tutorial shows how to add custom per-object metrics and objective functions in Python.

0 commit comments

Comments
 (0)