JuliaStats / GLM.jl

Generalized linear models in Julia
Other
584 stars 114 forks source link

Taking Weights Seriously #485

Closed gragusa closed 2 years ago

gragusa commented 2 years ago

This PR takes weights seriously in both LM and GLM models.

There are several changes under the hood, but backward compatibility is preserved through deprecation.

Tests will fail until https://github.com/JuliaStats/StatsAPI.jl/pull/16 is merged.

gragusa commented 2 years ago

Closing this in favor of new PR.