Irada Bunyatova
Results
1
issues of
Irada Bunyatova
My aim is to replicate MAE loss function of catboost. According to https://github.com/catboost/catboost/blob/master/catboost/private/libs/algo_helpers/error_functions.h, I see that derivatives are calculated as following: double CalcDer(double approx, float target) const override { const...
need info
python
objectives and metrics