| catboost.sum_models {catboost} | R Documentation |
Blend trees and counters of two or more trained CatBoost models into a new model. Leaf values can be individually weighted for each input model. For example, it may be useful to blend models trained on different validation datasets.
catboost.sum_models( models, weights = NULL, ctr_merge_policy = "IntersectingCountersAverage" )
models |
Models for the summation. Default value: Required argument |
weights |
The weights of the models. Default value: NULL (use weight 1 for every model) |
ctr_merge_policy |
The counters merging policy. Possible values:
Default value: 'IntersectingCountersAverage' |
Model object.