maciejkula/spotlight

Missing sequence_precision_recall_score in the conda packaged spotlight

samghelms opened this issue · 3 comments

I can't import sequence_precision_recall_score from spotlight when I install using the command given in the readme. Upon inspection, the spotlight package in site-packages is missing the sequence_precision_recall_score function. I think this may mean that an incomplete version of the package is currently being distributed?

Also, when I install directly from git (!pip install git+https://github.com/maciejkula/spotlight.git@master --upgrade I can import sequence_precision_recall_score.

This would be because the change is master but has not been released yet.

I think this can be closed.