Re: [Scikit-learn-general] Beta regression

2014-07-22 Thread Mathieu Blondel
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 wrote: > Checking the documentation it looks like Scikit-learn

Re: [Scikit-learn-general] Beta regression

2014-07-22 Thread Andy
There is no beta regression, and very few generalized linear models in general :-/ On 07/21/2014 03:54 PM, Gavin Gray 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 interva

[Scikit-learn-general] Beta regression

2014-07-21 Thread Gavin Gray
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 . Are there models like