XGBoost的A / E-具有变化的曝光/偏移的泊松分布不正确

时间:2019-03-08 18:29:44

标签: python offset xgboost poisson

对于由XGBoost - Poisson distribution with varying exposure / offset给出的R示例,我想知道如何使A / E接近1。

> sum(d$claims)
  [1] 20640
> #predicted value
> sum(d$XGB_P_1)
  [1] 10068.76

A / E表示实际值为20640,预期值为10068.76,这意味着模型未正确预测它,如何使A / E接近1?

0 个答案:

没有答案