VlachosGroup / nextorch

Experimental design and Bayesian optimization library in Python/PyTorch
https://nextorch.readthedocs.io/en/latest/
MIT License
48 stars 11 forks source link

fix heatmap plot regression #11

Open JJLLWW opened 1 month ago

JJLLWW commented 1 month ago

Fixes issue #9, due to original code trying to unit scale already scaled data. image

After:

image