logml.report.views.dataset_overview

Classes

DatasetOverviewView(cfg, global_params)

Dataset overview: - head and tail - lists of features: categoricals and numericals - row/column counts - target feature distribution

class logml.report.views.dataset_overview.DatasetOverviewView(cfg: GlobalConfig, global_params: dict)

Bases: object

Dataset overview: - head and tail - lists of features: categoricals and numericals - row/column counts - target feature distribution

VIEW_ID = 'dataset_overview'
get_cells()

View workflow generator - returns all required cells.