You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I remember when I installed MAP, I should use Python 3.6. Is there any plan to remove this dependency so we can use newer python versions?
This dependency is because of importing tmap library (I think). If tmap is replaced with the MinHash formula (explained in the paper), I think there is no need to import tmap, and dependency will be removed. It is only a suggestion.
The text was updated successfully, but these errors were encountered:
Hi,
I remember when I installed MAP, I should use Python 3.6. Is there any plan to remove this dependency so we can use newer python versions?
This dependency is because of importing tmap library (I think). If tmap is replaced with the MinHash formula (explained in the paper), I think there is no need to import tmap, and dependency will be removed. It is only a suggestion.
The text was updated successfully, but these errors were encountered: