2013/2/22 Peter Prettenhofer <[email protected]>: > @ark: for 500K features and 3K classes your coef_ matrix will be: > 500000 * 3000 * 8 / 1024. / 1024. ~= 11GB
Nitpicking, that will be: 500000 * 3000 * 8 / 1024. / 1024. ~= 11GiB or: 500000 * 3000 * 8 / 1e6. ~= 12GB But nearly everybody is making the mistake... http://en.wikipedia.org/wiki/Gibibyte -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
