daenuprobst / molzip

The gzip classification method implemented for molecule classification.
MIT License
52 stars 10 forks source link

Add colab #4

Closed driesvr closed 11 months ago

driesvr commented 11 months ago

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

daenuprobst commented 11 months 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...)