openml.OpenMLDataFeature¶
-
class
openml.OpenMLDataFeature(index, name, data_type, nominal_values, number_missing_values)¶ 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_values : int