-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] K-means #106
base: clust_python
Are you sure you want to change the base?
[WIP] K-means #106
Conversation
592a689
to
e604336
Compare
I can manage the integration of the k-means into PBxplore (and documentation). |
I'll do it. I got stuck at testing if the implementation is correct as I On 08-04-16 13:58, Hub wrote:
|
simulated data do not work ? |
I got stuck at finding simulated data that were not too artificial to be On 08-04-16 14:27, Alexandre G. de Brevern wrote:
|
you have not simulated data ? |
I did some tests. I'll have to go back to it. On 08-04-16 14:33, Alexandre G. de Brevern wrote:
|
Maybe if your implementation gives similar results to what is obtained with scikit-learn (http://scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html) it should be ok? |
On 08/04/16 15:14, Pierre Poulain wrote:
|
Introduce a new module in analysis. That module was written pre-API redesign so it refers to old construct and cannot work. The module is added to the doc. Some unit tests are introduced on the module.
Hi @jbarnoud Could you have a look to this WIP? |
hello, how is it ? |
On 27/06/16 18:56, Pierre Poulain wrote:
By the way, this PR is a working tool. You can play with it if PBkmeans |
Ok
|
PR for what |
This PR (#106) implements PBkmeans. I have a branch somewhere that makes hclust work with python only. But ward is not available because of an issue in scipy. I will submit a PR to remove all traces of clustering in PBxplore. It is not very difficult to have something that will somehow group sequences, but I would like to assess the strength and drawbacks of the different algorithms rather than just releasing an algo at random. |
@jbarnoud can I add this branch to Pbxplore repo? |
1 similar comment
@jbarnoud can I add this branch to Pbxplore repo? |
On 04/07/16 15:18, Pierre Poulain wrote:
|
@jbarnoud but as a "dev_pbkmeans" branch? So that you can clean/remove the clustering from the master branch. |
Why not. —You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread. |
Hi @jbarnoud |
To do: