Statistics#
[source] Statistics #
[source] before_transformation property #
before_transformation: bool
Whether or not the statistics were computed on feature values before applying model-dependent transformations.
[source] computation_time property #
computation_time: int
Time at which the statistics were computed.
[source] feature_descriptive_statistics property #
feature_descriptive_statistics: (
list[FeatureDescriptiveStatistics] | None
)
List of feature descriptive statistics.
[source] feature_group_id property #
feature_group_id: int | None
Id of the feature group on whose data the statistics were computed.
[source] feature_view_name property #
feature_view_name: str | None
Name of the feature view whose query was used to retrieve the data on which the statistics were computed.
[source] feature_view_version property #
feature_view_version: int | None
Id of the feature view whose query was used to retrieve the data on which the statistics were computed.
[source] row_percentage property writable #
row_percentage: float
Percentage of data on which statistics were computed.
[source] split_statistics property #
split_statistics: list[SplitStatistics] | None
List of statistics computed on each split of a training dataset.
[source] training_dataset_version property #
training_dataset_version: int | None
Version of the training dataset on which statistics were computed.