File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments