data_feature
OpenMLDataFeature
¶
Data Feature (a.k.a. Attribute) object.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
index
|
int
|
The index of this feature |
required |
name
|
str
|
Name of the feature |
required |
data_type
|
str
|
can be nominal, numeric, string, date (corresponds to arff) |
required |
nominal_values
|
list(str)
|
list of the possible values, in case of nominal attribute |
required |
number_missing_values
|
int
|
Number of rows that have a missing value for this feature. |
required |
ontologies
|
list(str)
|
list of ontologies attached to this feature. An ontology describes the concept that are described in a feature. An ontology is defined by an URL where the information is provided. |
None
|