Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow
-
Updated
Sep 3, 2020 - C++
Problem:
catboost version: 0.23.2
Operating System: all
Tutorial: https://github.com/catboost/tutorials/blob/master/custom_loss/custom_metric_tutorial.md
Impossible to use custom metric (С++).
Code example
from catboost import CatBoost
train_data = [[1, 4, 5, 6],
Add a description, image, and links to the gbm topic page so that developers can more easily learn about it.
To associate your repository with the gbm topic, visit your repo's landing page and select "manage topics."
Summary
In R, the
returnstatement is not strictly required in functions.This means that it can sometimes be difficult to understand, from looking at the code, what a function will return.
How