numerical
Numerical feature types.
Classes:
| Name | Description |
|---|---|
NumericalFeature |
Numerical feature. |
NumericalFeature
#
Numerical feature.
It represents quantifiable values that can be measured and ordered. Its values may be continuous (e.g., real numbers) or discrete (e.g., integers). For instance, "age" or "price" could be set as numerical features.
Methods:
| Name | Description |
|---|---|
to_model |
Convert to NumericalFeatureType instance. |
from_model |
Instantiate from a json response. |
Attributes:
| Name | Type | Description |
|---|---|---|
name |
Literal['NUMERICAL']
|
|