Re: [Scikit-learn-general] logistic regression weights

2012-01-23 Thread Olivier Grisel
2012/1/24 Jieyun Fu : > Hi all, > > Is there a way to give observation weights to LogisticRegression module? I > am referring to the weights for different observations. i.e., if we are > feeding N samples into the regression, we should give N weights. >From the > APIs, looks like we can only give w

[Scikit-learn-general] logistic regression weights

2012-01-23 Thread Jieyun Fu
Hi all, Is there a way to give observation weights to LogisticRegression module? I am referring to the weights for different observations. i.e., if we are feeding N samples into the regression, we should give N weights. From the APIs, looks like we can only give weights based on the classes. Than