songlab-cal / tape-neurips2019

Tasks Assessing Protein Embeddings (TAPE), a set of five biologically relevant semi-supervised learning tasks spread across different domains of protein biology. (DEPRECATED)
https://arxiv.org/abs/1906.08230
MIT License
118 stars 34 forks source link

Rename and deploy to PyPI #3

Open cthoyt opened 5 years ago

cthoyt commented 5 years ago

After reorganizing the code in #1, it would be a good idea to deploy this code to PyPI to even further support reproducibility. However, there is already a package named tape, so it would be necessary to rename first...

rmrao commented 5 years ago

We should be able to call the package tape-benchmark or protein-tape or something. Not sure if we should also rename the imports - it's certainly doable so it's a question of whether something like from tape import ... is better or from tape_benchmark import ... is better.

thomas-a-neil commented 5 years ago

I don't think we need to rename the imports, for example UMAP doesn't. pip install umap-learn and import umap