logml.report.plotters.correlation

Functions

build_dendrogram(distances, features, title)

For a given distances matrix produces and plots a dendrogram.

build_distance_matrix_heatmap(...[, static])

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.