Re: [scikit-learn] Clarification regarding SGDClassifier

2017-08-27 Thread Shabie Iqbal
Got it… Thanks! Sent from Mail for Windows 10 From: Robert Slater Sent: Monday, August 28, 2017 12:24 AM To: Scikit-learn mailing list Subject: Re: [scikit-learn] Clarification regarding SGDClassifier I think your use of "X" in X_mod should be "X_train" instead, as X_mod

Re: [scikit-learn] Clarification regarding SGDClassifier

2017-08-27 Thread Robert Slater
I think your use of "X" in X_mod should be "X_train" instead, as X_mod is currently using unshuffled indices while X_check uses the shuffled indices. Virus-free. www.avast.co

[scikit-learn] Clarification regarding SGDClassifier

2017-08-27 Thread Shabie Iqbal
Dear all, could anyone of you kindly answer this question I posted on Stackoverflow: https://stackoverflow.com/questions/45900330/sklearn-sgdclassifiers-decision-function-odd-behavior Best, Shabie ___ scikit-learn mailing list scikit-learn@python.org h