(int) – the feature ID. (Note: Throughout the API, features are specified using their names, not this ID.)
(string) – feature name
(string) – the ID of the project the feature belongs to
(string) – feature type: ‘Numeric’, ‘Categorical’, etc.
(float) – numeric measure of the strength of relationship between the feature and target (independent of any model or other features)
(bool) – whether feature has too few values to be informative
(int) – number of unique values
(int) – number of missing values
(string)–(Newinversionv2.5)thedateformatstringforhowthisfeature was interpreted (or null if not a date feature). If not null, it will be compatible with https: //docs.python.org/2/library/time.html#time.strftime .
(bool) – (New in version v2.8) whether this feature can be used as a datetime partitioning feature for time series projects. Only sufficiently regular date features can be selected as the datetime feature for time series projects. Always false for non-date features. Date features that cannot be used in datetime partitioning for a time series project may be eligible for an OTV project, which has less stringent requirements.
(string)–(Newinversionv2.8)whythefeature is ineligible for time series projects, or “suitable” if it is eligible.
(string) – (New in version v2.8) the unit for the interval between values of this feature, e.g. DAY, MONTH, HOUR. When specifying windows for time series projects, the windows are expressed in terms of this unit. Only present for date features eligible for time series projects, and null otherwise.
(int) – (New in version v2.8) The minimum time step that can be used to specify time series windows. The units for this value are the timeUnit. When specifying windows for time series projects, all windows must have durations that are integer multiples of this number. Only present for date features that are eligible for time series projects and null otherwise.
– minimum value of the EDA sample of the feature.
– maximum value of the EDA sample of the feature.
– arithmetic mean of the EDA sample of the feature.
– median of the EDA sample of the feature.
– standard deviation of EDA sample of the feature.
(int) – whether or not the feature has target leakage. ‘SKIPPED_DETECTION’ indicates leakage detection was not run on the feature, ‘FALSE’ indicates no leakage, ‘MODERATE_RISK’ indicates a moderate risk of target leakage, and ‘HIGH_RISK’ indicates a high risk of target leakage
(string)–(Newinversionv2.5)thedateformatstringforhowthisfeature was interpreted (or null if not a date feature).
(string)–(Newinversionv2.5)thedateformatstringforhowthisfeature was interpreted (or null if not a date feature). If not null, it will be compatible with https: //docs.python.org/2/library/time.html#time.strftime .
(string) – feature type: ‘Numeric’, ‘Categorical’, etc.
(int) – the feature ID.
(int) – the feature ID. (Note: Throughout the API, features are specified using their names, not this ID.)
(float) – numeric measure of the strength of relationship between the feature and target (independent of any model or other features)
(bool) – whether feature has too few values to be informative
– maximum value of the EDA sample of the feature.
– arithmetic mean of the EDA sample of the feature.
– median of the EDA sample of the feature.
– minimum value of the EDA sample of the feature.
(int) – number of missing values
(string) – feature name
(string) – the ID of the project the feature belongs to
– standard deviation of EDA sample of the feature.
(int) – whether or not the feature has target leakage.
(int) – whether or not the feature has target leakage. ‘SKIPPED_DETECTION’ indicates leakage detection was not run on the feature, ‘FALSE’ indicates no leakage, ‘MODERATE_RISK’ indicates a moderate risk of target leakage, and ‘HIGH_RISK’ indicates a high risk of target leakage
(string)–(Newinversionv2.8)whythefeature is ineligible for time series projects, or “suitable” if it is eligible.
(bool) – (New in version v2.8) whether this feature can be used as a datetime partitioning feature for time series projects.
(bool) – (New in version v2.8) whether this feature can be used as a datetime partitioning feature for time series projects. Only sufficiently regular date features can be selected as the datetime feature for time series projects. Always false for non-date features. Date features that cannot be used in datetime partitioning for a time series project may be eligible for an OTV project, which has less stringent requirements.
(int) – (New in version v2.8) The minimum time step that can be used to specify time series windows.
(int) – (New in version v2.8) The minimum time step that can be used to specify time series windows. The units for this value are the timeUnit. When specifying windows for time series projects, all windows must have durations that are integer multiples of this number. Only present for date features that are eligible for time series projects and null otherwise.
(string) – (New in version v2.8) the unit for the interval between values of this feature, e.g.
(string) – (New in version v2.8) the unit for the interval between values of this feature, e.g. DAY, MONTH, HOUR. When specifying windows for time series projects, the windows are expressed in terms of this unit. Only present for date features eligible for time series projects, and null otherwise.
(int) – number of unique values
(Since version ) see corresponding Javadoc for more information.
Feature
(int) – the feature ID. (Note: Throughout the API, features are specified using their names, not this ID.)
(string) – feature name
(string) – the ID of the project the feature belongs to
(string) – feature type: ‘Numeric’, ‘Categorical’, etc.
(float) – numeric measure of the strength of relationship between the feature and target (independent of any model or other features)
(bool) – whether feature has too few values to be informative
(int) – number of unique values
(int) – number of missing values
(string)–(Newinversionv2.5)thedateformatstringforhowthisfeature was interpreted (or null if not a date feature). If not null, it will be compatible with https: //docs.python.org/2/library/time.html#time.strftime .
(bool) – (New in version v2.8) whether this feature can be used as a datetime partitioning feature for time series projects. Only sufficiently regular date features can be selected as the datetime feature for time series projects. Always false for non-date features. Date features that cannot be used in datetime partitioning for a time series project may be eligible for an OTV project, which has less stringent requirements.
(string)–(Newinversionv2.8)whythefeature is ineligible for time series projects, or “suitable” if it is eligible.
(string) – (New in version v2.8) the unit for the interval between values of this feature, e.g. DAY, MONTH, HOUR. When specifying windows for time series projects, the windows are expressed in terms of this unit. Only present for date features eligible for time series projects, and null otherwise.
(int) – (New in version v2.8) The minimum time step that can be used to specify time series windows. The units for this value are the timeUnit. When specifying windows for time series projects, all windows must have durations that are integer multiples of this number. Only present for date features that are eligible for time series projects and null otherwise.
– minimum value of the EDA sample of the feature.
– maximum value of the EDA sample of the feature.
– arithmetic mean of the EDA sample of the feature.
– median of the EDA sample of the feature.
– standard deviation of EDA sample of the feature.
(int) – whether or not the feature has target leakage. ‘SKIPPED_DETECTION’ indicates leakage detection was not run on the feature, ‘FALSE’ indicates no leakage, ‘MODERATE_RISK’ indicates a moderate risk of target leakage, and ‘HIGH_RISK’ indicates a high risk of target leakage