Re: [Scikit-learn-general] SVM class probabilities: Scikit vs Weka

2014-05-16 Thread Robert McGibbon
Have you tried comparing the results given by the two packages to one another on an example dataset? -Robert On Fri, May 16, 2014 at 8:03 AM, Richard Cubek < [email protected]> wrote: > Hello everyone, > > i need a SVM classifier with class probability estimates. Now, it is > very

Re: [Scikit-learn-general] Scikit learn HMM Library

2014-05-16 Thread chyi-kwei yau
Hi Subhabrata, You can find HMM implementation here: https://github.com/hmmlearn/hmmlearn And seqlearn also have Viterbi implementation. https://github.com/larsmans/seqlearn/blob/master/seqlearn/_decode/viterbi.pyx Best, Chyi-Kwei On Fri, May 16, 2014 at 4:39 PM, Subhabrata Banerjee wrote: > D

[Scikit-learn-general] Scikit learn HMM Library

2014-05-16 Thread Subhabrata Banerjee
Dear Group, I came to know Scikit learn has a Hidden Markov Model(HMM) library. I was looking for an example of implementation of Forward Probability and Viterbi Algorithm. If anyone of the esteemed members may kindly help. Regards, Subhabrata Banerjee. -

[Scikit-learn-general] SVM class probabilities: Scikit vs Weka

2014-05-16 Thread Richard Cubek
Hello everyone, i need a SVM classifier with class probability estimates. Now, it is very difficult for me to decide between Scikit and Weka, since I do not really understand the differences in the implementations. The implementation from scikit is based on [1]. From the Scikit documentation:

Re: [Scikit-learn-general] Fail to pip install scikit-learn with python3 in Maverick

2014-05-16 Thread Caleb
I tried install the master branch from github >>> pip3 install git+https://github.com/scikit-learn/scikit-learn.git and it works! Wondering what happened? On Friday, May 16, 2014 7:36 PM, Caleb wrote: Hi Folk, I have recently install python3 via homebrew, and all the libraries like nump

Re: [Scikit-learn-general] Fail to pip install scikit-learn with python3 in Maverick

2014-05-16 Thread Caleb
Hi Folk, I have recently install python3 via homebrew, and all the libraries like numpy, scipy, matplotlib work fine. But when I try: >>> pip3 install -U scikit-learn I get the error: Command /usr/local/opt/python3/bin/python3.4 -c "import setuptools, tokenize;__file__='/private/var/folders