hsfs.statistics #
[source] Statistics #
[source] computation_time property #
computation_time: int
Time at which the statistics were computed.
[source] row_percentage property writable #
row_percentage: float
Percentage of data on which 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] window_start_commit_time property #
window_start_commit_time: int | None
Start time of the window of data on which statistics were computed.
[source] window_end_commit_time property #
window_end_commit_time: int | None
End time of the window of data on which statistics were computed.
[source] training_dataset_version property #
training_dataset_version: int | None
Version of the training dataset 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.