FeaturesTSPeriodicityConfig#
- class datarobotx.FeaturesTSPeriodicityConfig(time_steps=None, time_unit=None)#
Time series periodicity configuration.
Parameters that default to ‘None’ (or are omitted by the user) are overridden to server-side defaults at runtime. Consult the DataRobot REST API and GUI documentation for additional information on each parameter.
- Parameters:
time_steps (int) – The number of time steps.
time_unit ({'MILLISECOND', 'SECOND', 'MINUTE', 'HOUR', 'DAY', 'WEEK', 'MONTH', 'QUARTER', 'YEAR', 'ROW'}) – The time unit or ROW if windowsBasisUnit is ROW
See also
DRConfig
Configuration object for DataRobot project and autopilot settings, also includes detailed examples of usage
Attributes:
The number of time steps.
The time unit or ROW if windowsBasisUnit is ROW.
Inherited methods:
keys
()- rtype:
to_dict
()Return configuration as a dict.