Created
April 14, 2020 02:19
-
-
Save isaacmg/a946d61e551893df085de477c53a819c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
_column_definition = [ | |
('id', DataTypes.REAL_VALUED, InputTypes.ID), | |
('hours_from_start', DataTypes.REAL_VALUED, InputTypes.TIME), | |
('power_usage', DataTypes.REAL_VALUED, InputTypes.TARGET), | |
('hour', DataTypes.REAL_VALUED, InputTypes.KNOWN_INPUT), | |
('day_of_week', DataTypes.REAL_VALUED, InputTypes.KNOWN_INPUT), | |
('hours_from_start', DataTypes.REAL_VALUED, InputTypes.KNOWN_INPUT), | |
('categorical_id', DataTypes.CATEGORICAL, InputTypes.STATIC_INPUT), | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment