Closed afattorini closed 4 years ago
The reason is that you have feature_generation: features
set to nothing:
energy:
...
feature_generation:
needed_columns:
- foo
- bar
features:
# nothing here
If you don't want to use the feature generation, don't give these config options. Maybe we should generate a more helpful error message.