statsmodel has a GLM module but apparently no beta regression.

There is also a scikit-learn compatible wrapper around the GLM module here:
https://github.com/jcrudy/glm-sklearn

Mathieu


On Mon, Jul 21, 2014 at 10:54 PM, Gavin Gray <s0805...@sms.ed.ac.uk> wrote:

> Checking the documentation it looks like Scikit-learn does not have an
> implementation of a generalized linear model where the target variable is
> within the unit interval. In R they call it beta regression
> <http://cran.r-project.org/web/packages/betareg/vignettes/betareg.pdf>.
> Are there models like this is Scikit-learn?
>
> Thanks,
> -Gavin
>
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>
>
> ------------------------------------------------------------------------------
> Want fast and easy access to all the code in your enterprise? Index and
> search up to 200,000 lines of code with a free copy of Black Duck
> Code Sight - the same software that powers the world's largest code
> search on Ohloh, the Black Duck Open Hub! Try it now.
> http://p.sf.net/sfu/bds
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to