-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
18898: Adds 'time_feature_is_universal' to
infer_feature_attributes
…
…, MINOR (#98) Adds a boolean flag 'time_feature_is_universal' to `infer_feature_attributes`. If 'time_feature_is_universal' is specified by the user, then that value is directly copied into the feature attributes of the specified time feature under `features[time_feature_name]['time_series']['universal']`. If the value is not specified, then nothing is stored there, and it's left to the Engine to assume default behavior. Default value is None.
- Loading branch information
Showing
3 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters