openml.datasets
.OpenMLDataFeature¶
- class openml.datasets.OpenMLDataFeature(index: int, name: str, data_type: str, nominal_values: List[str], number_missing_values: int)¶
Data Feature (a.k.a. Attribute) object.
- Parameters:
- indexint
The index of this feature
- namestr
Name of the feature
- data_typestr
can be nominal, numeric, string, date (corresponds to arff)
- nominal_valueslist(str)
list of the possible values, in case of nominal attribute
- number_missing_valuesint