logml.report.plotters.distributions
Functions
|
Takes a list of histograms format: |
|
Horizontal heatmap. |
- logml.report.plotters.distributions.build_distributions_heatmap(histograms: numpy.array, features: List[str])
Takes a list of histograms format: [
[bins for feature i: np.array]
] The bin size for these histograms are all 30.
- logml.report.plotters.distributions.build_distributions_heatmap_h(histograms: numpy.array, features: List[str], missing_per_column: Optional[dict] = None, **kwargs)
Horizontal heatmap. Takes a list of histograms format List[List[float]] - list of histogram bins. The bin size for these histograms are all 30.