Missing sequence_precision_recall_score in the conda packaged spotlight
samghelms opened this issue · 3 comments
samghelms commented
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?
samghelms commented
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
.
maciejkula commented
This would be because the change is master but has not been released yet.
impaktor commented
I think this can be closed.