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
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