Re: [Scikit-learn-general] Python BitVector and Scikit-learn data representation

2016-02-11 Thread Andreas Mueller
On 02/11/2016 08:00 AM, Sanjay Rawat wrote: Hi, I have an on-going project, implemented in python. I am generating vectors (containing 0s, 1s) that are represented as bit-vector using pythob "BitVector" module. I am considering to applying some clustering algo to have some idea about these v

[Scikit-learn-general] Python BitVector and Scikit-learn data representation

2016-02-11 Thread Sanjay Rawat
Hi,I have an on-going project, implemented in python. I am generating vectors (containing 0s, 1s) that are represented as bit-vector using pythob "BitVector" module. I am considering to applying some clustering algo to have some idea about these vectors. I found Scikit-learn a great python frame