automl / DEHB

https://automl.github.io/DEHB/
Apache License 2.0
71 stars 16 forks source link

Added rank correlation plots based on BOHB from HpBandster #12

Open RaghuSpaceRajan opened 2 years ago

RaghuSpaceRajan commented 2 years ago

Hi @Neeratyoy , I added the rank correlation plot functionality (basically the 4th plot from here). Please let me know if it's fine to merge it into development.

I can also add some tests if needed.

The alternate way would have been to convert the recorded .pkl data to the BOHB/HpBandster format and re-use the code from there (which would enable all plots from there to be re-used as well), but I think the fields written there do not match with the DEHB recorded fields.