I found the code in data_reader.py get training feature include resource feature as follow:
def _add_resource(self, resource):
self._data.extend([
resource['current'],
resource['total'],
resource['overload_next']])
So somebody can tell me what resource feature is?
I found the code in data_reader.py get training feature include resource feature as follow:
So somebody can tell me what resource feature is?