Skip to content

Files

Latest commit

f64f95c · Jun 11, 2021

History

History
16 lines (12 loc) · 1.13 KB

FeatureStats.md

File metadata and controls

16 lines (12 loc) · 1.13 KB

FeatureStats

Properties

Name Type Description Notes
avg float Statistical Average of a feature value (relevant to REAL features) [optional]
buckets list[FeatureStatsBucket] Buckets in a feature statistics [optional]
count int Statistical Count of a feature value (relevant to REAL features) [optional]
max float Statistical Maximum of a feature value (relevant to REAL features) [optional]
min float Statistical Minimum of a feature value (relevant to REAL features) [optional]
most_frequent_category str Statistical Most Frequent Category Name of a feature value (relevant to CATEGORICAL, PROBA and ONE_HOT features) [optional]
most_frequent_category_count float Statistical Most Frequent Category Count of a feature value (relevant to CATEGORICAL, PROBA and ONE_HOT features) [optional]

[Back to Model list] [Back to API list] [Back to README]