Explaining counter‑intuitive Khiops co-clustering results on a simple example. #935
ElouenGinat
started this conversation in
Blog
Replies: 3 comments 2 replies
Concerning the questions:
Concerning the suggestions:
|
0 replies
2 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment









































Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Questions / Ideas
Context and issue (first example only)
I’m experimenting with Khiops co-clustering on the examples from the Clustering section of the scikit-learn documentation (version 1.8.0), which use two continuous variables:
https://scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html
On the first example, the data structure looks visually simple and intuitive, but the partition produced by Khiops co-clustering is quite different from what I would expect. The result is hard to interpret given the shape of the point cloud, whereas I thought this would be one of the most “pedagogical” cases.
As I understand it:
Specific questions / points to clarify on this first example
Ideas / possible improvements
The most illustrative example is generated by:
And produces a point cloud similar to:
All reactions