Reporting#
The reporting module provides a class for generating HTML reports from training results.
Module Contents#
Object |
Description |
|---|---|
Handles data splitting and preprocessing pipelines. Arguments are used to define the splitting strategy and preprocessing steps. |
|
Represents a dataset in the report. |
|
Stores all the data needed for one experiment run. |
|
Groups experiments that will be run with the same settings. |
|
Data structure for feature distribution information. |
|
Navigation bar configuration for reports. |
|
Represents plot data and metadata for reports. |
|
Container for all report data and metadata. |
|
Renders HTML reports from training results. |
|
Base model with automatic number rounding for display. |
|
Represents tabular data for report display. |