Issue
I am trying to import 'jaccard_similarity_score' from 'sklearn' package. But unable to do so. Upon running the cell in Jupyter Notebook, I get an error. I tried restarting the kernel (as mentioned in one of the posts of stackoverflow) but that didn't work for me. I've attached the the screenshot of the error:
Any help is appreciated. Thanks in advance.
Solution
In the last version of sklearn, this function is renamed as 'jaccard_score'.
Answered By - PabloCarrera
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.