Re: [Scikit-learn-general] Scikit-learn-general Digest, Vol 44, Issue 14

2013-09-07 Thread Lars Buitinck
2013/9/7 Sean Violante : >> Large Number of Dummy Variables or other sparse data. >> Normally you would normalise your inputs and have common C >> but then you lose sparsity increasing memory consumption and make >> calculations longer [snip] >> I agree I could rescale my inputs. But imagine I

Re: [Scikit-learn-general] Scikit-learn-general Digest, Vol 44, Issue 14

2013-09-07 Thread Sean Violante
> > Just to check that there is no way of passing a vector of C's > > Use Case: > > Large Number of Dummy Variables or other sparse data. > Normally you would normalise your inputs and have common C > but then you lose sparsity increasing memory consumption and make > calculations longer > > Do