logml.report.plotters.correlation
Functions
|
For a given distances matrix produces and plots a dendrogram. |
|
For a given distance matrix displays it as a heatmap. |
- logml.report.plotters.correlation.build_dendrogram(distances: numpy.array, features: List[str], title: str)
For a given distances matrix produces and plots a dendrogram.
- logml.report.plotters.correlation.build_distance_matrix_heatmap(distance_matrix: numpy.array, features: List[str], title: str, static=False, **kwargs)
For a given distance matrix displays it as a heatmap.