Jeff Levesque: profit functionality
Hi guys, Does sklearn have both probit, and logic functionality? Thank you, Jeff Levesque https://github.com/jeff1evesque
Sorry typo: meant logit, and probit. Thank you, Jeff Levesque https://github.com/jeff1evesque
On Jun 10, 2018, at 10:11 PM, Jeffrey Levesque via scikit-learn <scikit-learn@python.org> wrote:
Hi guys, Does sklearn have both probit, and logic functionality?
Thank you,
Jeff Levesque https://github.com/jeff1evesque _______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
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_line... On Mon, Jun 11, 2018 at 1:29 AM, Alexandre Gramfort <alexandre.gramfort@inria.fr> wrote:
no only logit with LogisticRegression estimator.
Alex _______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
There is a PR for more GLM support ( https://github.com/scikit-learn/scikit-learn/pull/9405), but I don't think it will be in the next release.
participants (4)
-
Alexandre Gramfort -
Jeffrey Levesque -
Joel Nothman -
Stuart Reynolds