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: graph search space cleanup #137

Closed timurcarstensen closed 2 months ago

timurcarstensen commented 3 months ago

This PR cleans up the NePS architecture search space.

Essentially: I went through the NePS architecture search space codebase and removed everything that wasn't used anywhere. I also went and added some type hints here and there and tried to make ruff happy. There's still a lot of things ruff complains about and I haven't had the time to clean that up

eddiebergman commented 2 months ago

Going to steal this PR into #134 where I also removed a bunch of code! Thanks you xx

eddiebergman commented 2 months ago

Heyo, thanks for this, now merged into #134 ... trying to keep an accurate timeline of handling merges/ rebasing is messy since it also includes ruff things so I just found it easier to shove into one PR