Re: [scikit-learn] Fwd: inconsistency between libsvm and scikit-learn.svc results

2016-08-28 Thread Michael Bommarito
Any chance it's related to the seed issue in the "Decoding Differences Between SKL SVM and Matlab Libsvm Even When Parameters the Same" thread? Thanks, Michael J. Bommarito II, CEO Bommarito Consulting, LLC *Web:* http://www.bommaritollc.com *Mobile:* +1 (646) 450-3387 On Sun, Aug 28, 2016 at 12:

Re: [scikit-learn] Fwd: inconsistency between libsvm and scikit-learn.svc results

2016-08-28 Thread Andy
On 08/27/2016 09:48 AM, Joel Nothman wrote: I don't think we should assume that this is the only possible reason for inconsistency. Could you give us a small snippet of data and code on which you find this inconsistency? I would also expect different settings or random states or data prepar

Re: [scikit-learn] Fwd: inconsistency between libsvm and scikit-learn.svc results

2016-08-27 Thread Bill Ross
One logical possibility is if svm would accept the scikit-learn changes. On 8/27/16 6:42 AM, elge...@gmail.com wrote: So there is no possibility to reach a consistency? 2016-08-27 15:36 GMT+03:00 olologin >: On 08/27/2016 02:19 PM, elge...@gmail.com

Re: [scikit-learn] Fwd: inconsistency between libsvm and scikit-learn.svc results

2016-08-27 Thread Joel Nothman
I don't think we should assume that this is the only possible reason for inconsistency. Could you give us a small snippet of data and code on which you find this inconsistency? On 27 August 2016 at 23:42, elge...@gmail.com wrote: > So there is no possibility to reach a consistency? > > 2016-08-2

Re: [scikit-learn] Fwd: inconsistency between libsvm and scikit-learn.svc results

2016-08-27 Thread elge...@gmail.com
So there is no possibility to reach a consistency? 2016-08-27 15:36 GMT+03:00 olologin : > On 08/27/2016 02:19 PM, elge...@gmail.com wrote: > > Can I update the libsvm version by myself? > > 2016-08-27 12:49 GMT+03:00 olologin : > >> On 08/27/2016 12:33 PM, elge...@gmail.com wrote: >> >> I have a

Re: [scikit-learn] Fwd: inconsistency between libsvm and scikit-learn.svc results

2016-08-27 Thread olologin
On 08/27/2016 02:19 PM, elge...@gmail.com wrote: Can I update the libsvm version by myself? 2016-08-27 12:49 GMT+03:00 olologin >: On 08/27/2016 12:33 PM, elge...@gmail.com wrote: I have a project that is based on SVM algorith

Re: [scikit-learn] Fwd: inconsistency between libsvm and scikit-learn.svc results

2016-08-27 Thread elge...@gmail.com
Can I update the libsvm version by myself? 2016-08-27 12:49 GMT+03:00 olologin : > On 08/27/2016 12:33 PM, elge...@gmail.com wrote: > > I have a project that is based on SVM algorithm implemented by libsvm > . Recently I decided to try > several other

Re: [scikit-learn] Fwd: inconsistency between libsvm and scikit-learn.svc results

2016-08-27 Thread olologin
On 08/27/2016 12:33 PM, elge...@gmail.com wrote: I have a project that is based on SVM algorithm implemented by libsvm . Recently I decided to try several other classification algorithm, this is where scikit-learn comes

[scikit-learn] Fwd: inconsistency between libsvm and scikit-learn.svc results

2016-08-27 Thread elge...@gmail.com
I have a project that is based on SVM algorithm implemented by libsvm . Recently I decided to try several other classification algorithm, this is where scikit-learn comes to the picture. The connection to the scikit was pretty