isayev / ReLeaSE

Deep Reinforcement Learning for de-novo Drug Design
MIT License
344 stars 134 forks source link

Error no module named sklearn #12

Closed jgmeyerucsd closed 5 years ago

jgmeyerucsd commented 5 years ago

The logp notebook throws an error trying to import what I think is scikit-learn

Mariewelt commented 5 years ago

@jgmeyerucsd Do you have scikit-learn installed?

jgmeyerucsd commented 5 years ago

I tried a different conda enviroment (fastai) and it worked - the first environment must not have had it installed

Mariewelt commented 5 years ago

You can install it yourself in any environment by running conda install scikit-learn from the command line.