Statistics#
Statistics #
before_transformation property #
before_transformation: bool
Whether or not the statistics were computed on feature values before applying model-dependent transformations.
feature_descriptive_statistics property #
feature_descriptive_statistics: (
list[FeatureDescriptiveStatistics] | None
)
List of feature descriptive statistics.
feature_group_id property #
feature_group_id: int | None
Id of the feature group on whose data the statistics were computed.
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.
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.
row_percentage property writable #
row_percentage: float
Percentage of data on which statistics were computed.
split_statistics property #
split_statistics: list[SplitStatistics] | None
List of statistics computed on each split of a training dataset.
training_dataset_version property #
training_dataset_version: int | None
Version of the training dataset on which statistics were computed.