[scikit-learn] Jeff Levesque: profit functionality

Stuart Reynolds stuart at stuartreynolds.net
Mon Jun 11 12:18:18 EDT 2018


Scikit has a section on 'GLMs'
1.1. Generalized Linear Models
http://scikit-learn.org/stable/modules/linear_model.html
not covered there? (That page doesn't look like GLMs -- mostly it
covers different fitting, loss and regularlization methids, but not
general functional distributions).

If not, check out statsmodels' GLM
http://www.statsmodels.org/dev/glm.html
http://www.statsmodels.org/dev/generated/statsmodels.genmod.generalized_linear_model.GLM.html


On Mon, Jun 11, 2018 at 1:29 AM, Alexandre Gramfort
<alexandre.gramfort at inria.fr> wrote:
> no only logit with LogisticRegression estimator.
>
> Alex
> _______________________________________________
> scikit-learn mailing list
> scikit-learn at python.org
> https://mail.python.org/mailman/listinfo/scikit-learn


More information about the scikit-learn mailing list