Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用lightgbm 包tweedie的参数选项。objective
tweedie
objective
根据wikipedia,tweedie 分布有一个自由参数p,但我似乎找不到给它一个值的方法。
有谁知道该怎么做?默认值是多少?
来自 lightgbm文档
它被称为 tweedie_variance_power。它用于控制 tweedie 分布的方差,必须设置在这个区间 1 <= p <= 2
将其设置为接近 2 以转向 Gamma 分布
将其设置为接近 1 以转向泊松分布
默认值 = 1.5