Implement getter for the clusters of a specific value #37
Labels
Status/Draft
The issue is still not well defined
Type/Feature
A new feature request or an improvement of a feature
Description
Currently,
KhiopsCoclustering
'spredict
method gives us the cluster ID for each individual. If we need the actual clusters we need to parse the report to get the them. We should have a more ergonomic API for this.Questions/Ideas
estimator.get_clusters_for_dimension(dimension=...)
orestimator.get_cluster_of(individual_id=..., dimension=...)
could be provided on the estimator.key
onfit
is needed. Butkey
is not available at thepredict
stage.The text was updated successfully, but these errors were encountered: