aspuru-guzik-group / chemical_vae

Code for 10.1021/acscentsci.7b00572, now running on Keras 2.0 and Tensorflow
Apache License 2.0
479 stars 178 forks source link

bug in "intro_to_chemvae.ipynb" #6

Open xuzhang5788 opened 6 years ago

xuzhang5788 commented 6 years ago

The last cell should change f = pd.DataFrame(np.transpose((Z_tsne[:,0],Z_tsne[:,1]))) to df = pd.DataFrame(np.transpose((Z_tsne[:,0],Z_tsne[:,1]))) otherwise, there is a dateframe error

Jiang-Lu-CAS commented 4 years ago

You're right, thank you for your suggestion.