Open cthoyt opened 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.
I don't think we need to rename the imports, for example UMAP doesn't. pip install umap-learn
and import umap
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...