Looking for python developer to guide me to run below code in my laptop
Budget: ₹600 – ₹1,500 INR
Hi,
I have a codebase which mentioned in this blog https://towardsdatascience.com/fuzzy-name-matching-with-machine-learning-f09895dce7b4. (github https://github.com/Christopher-Thornton/hmni)
I am trying to run the below code using Pycharm IDE and getting errors. I have attached code and error screenshots here
import hmni
# Initialize a Matcher Object
matcher = hmni.Matcher(model='latin')
# Single Pair Similarity
matcher.similarity('Alan', 'Al')
# 0.6838303319889133
matcher.similarity('Alan', 'Al', prob=False)
# 1
matcher.similarity('Alan Turing', 'Al Turing', surname_first=False)
# 0.6838303319889133
Error:
UserWarning: Trying to unpickle estimator MaxAbsScaler from version 0.23.1 when using version 1.0.2. This might lead to breaking code or invalid results. Use at your own risk. For more info please refer to:
https://scikit-learn.org/stable/modules/model_persistence.html#security-maintainability-limitations
warnings.warn(
I have a codebase which mentioned in this blog https://towardsdatascience.com/fuzzy-name-matching-with-machine-learning-f09895dce7b4. (github https://github.com/Christopher-Thornton/hmni)
I am trying to run the below code using Pycharm IDE and getting errors. I have attached code and error screenshots here
import hmni
# Initialize a Matcher Object
matcher = hmni.Matcher(model='latin')
# Single Pair Similarity
matcher.similarity('Alan', 'Al')
# 0.6838303319889133
matcher.similarity('Alan', 'Al', prob=False)
# 1
matcher.similarity('Alan Turing', 'Al Turing', surname_first=False)
# 0.6838303319889133
Error:
UserWarning: Trying to unpickle estimator MaxAbsScaler from version 0.23.1 when using version 1.0.2. This might lead to breaking code or invalid results. Use at your own risk. For more info please refer to:
https://scikit-learn.org/stable/modules/model_persistence.html#security-maintainability-limitations
warnings.warn(