Re: [Scikit-learn-general] Performing Authentication Classification

2015-03-20 Thread Yaroslav Halchenko
On Fri, 20 Mar 2015, Sebastian Raschka wrote: >that depends on your model and the number and nature of the features. >E.g., logistic regression is probably one of the best >speed/classif-performance tradeoffs -- for linear problems at least. >Are we talking about 1,000s of users pe

Re: [Scikit-learn-general] Performing Authentication Classification

2015-03-20 Thread Sebastian Raschka
Hi, Adam, that depends on your model and the number and nature of the features. E.g., logistic regression is probably one of the best speed/classif-performance tradeoffs -- for linear problems at least. Are we talking about 1,000s of users per second, minute, hour, ...? Best Sebastian > On Ma

[Scikit-learn-general] Performing Authentication Classification

2015-03-20 Thread Adam Goodkind
Hi, Is it possible to use sklearn for authentication classification, where you are essentially predicting 100s or 1,000s of users? Thanks, Adam -- *Adam Goodkind * adamgoodkind.com @adamgreatkind --