fast_rgf icon indicating copy to clipboard operation
fast_rgf copied to clipboard

Custom Loss function or MAE

Open JoshuaC3 opened this issue 6 years ago • 0 comments

Is it possible to use MAE or a custom loss function as the objective/loss function for this?

Examples of other tree based learners that do this or something similar are: https://github.com/dmlc/xgboost/blob/master/demo/guide-python/custom_objective.py https://github.com/Microsoft/LightGBM/blob/master/docs/Parameters.md#core-parameters http://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html

JoshuaC3 avatar Sep 28 '17 17:09 JoshuaC3