Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scikit-learn version error #46

Open
kojikojiprg opened this issue Sep 29, 2022 · 0 comments
Open

scikit-learn version error #46

kojikojiprg opened this issue Sep 29, 2022 · 0 comments

Comments

@kojikojiprg
Copy link

kojikojiprg commented Sep 29, 2022

I use scikit-learn==1.1.2 on my project and I also use Unitrack as a submodule.
However, Unitrack uses scikit-learn==0.22, which version is too old.

So, import error is occured in utils/mask.py line.16.

from sklearn.metrics import jaccard_similarity_score

jaccard_similarity_score is deleted from scikit-learn >= 0.23.
(And it isn't used in utils/mask.py, so it can be deleted.)

Will you update scikit-learn?
If scikit-learn is updated, it might be some other errors will be occured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant