daenuprobst / molzip

The gzip classification method implemented for molecule classification.
MIT License
54 stars 9 forks source link

Add colab #4

Closed driesvr closed 1 year ago

driesvr commented 1 year ago

Added a colab and incremented the numpy version to avoid the dependency conflicts I encountered while setting up the colab.

daenuprobst commented 1 year ago

Cheers! Regarding the numpy version: I chose a relatively low number because I didn't want to spend the time to figure out with which version deepchem starts to break (they don't use object dtypes for jagged numpy arrays, which was marked as deprecated for a while...)