automl / neps

Neural Pipeline Search (NePS): Helps deep learning experts find the best neural pipeline.
https://automl.github.io/neps/
Apache License 2.0
61 stars 13 forks source link

refactor: Use `vulture` to remove dead code #147

Closed eddiebergman closed 1 month ago

eddiebergman commented 1 month ago

I used the tool vulture to find dead code and managed to identify and remove around +2k lines that just aren't used.