-
-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Labels
qualitySomething needs to be tested, keep the app functionalSomething needs to be tested, keep the app functional
Description
Putting TODOs on the issue tracker instead of in code (#172).
automlbenchmark/amlb/datasets/file.py
Lines 219 to 222 in 98bf554
| features: list[ns | str] | |
| #TODO: DEADCODE? | |
| I don't see this accessed anywhere, and `features` property is retrieved | |
| from split metadata, which also do not reference this. |
The set self._features is currently not used in the code. Could it be used for the features property instead to avoid loading the metadata? Or is no useful information passed and should it be removed from the code base because it is dead code?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
qualitySomething needs to be tested, keep the app functionalSomething needs to be tested, keep the app functional