Conversation
|
Failed runs in Travis are addressed in #129. A design note: Why not pass in an instance of |
3fb6b56 to
2046186
Compare
|
Hey there @christiemj09, are there any plans to merge this in or to update the library to use the current verison of scikit-learn? Running into an issue when using poetry with this library where poetry's dependency management doesn't play nicely with C libraries or extensions like Cython, which this version of sci-kit learn relies on. |
|
Hey @trevor-laity: Apologies, this is a dangling pull request; see #147. These changes were released in 0.4.0, the most recent version of py-entitymatching. I'll keep this PR open for now to make sure your issue gets sorted out, though it should be closed after. Installing most recent version of py-entitymatching that depends on scikit-learn>=0.22: pip install --no-cache-dir py-entitymatching==0.4.0 |
sklearn.preprocessing.Imputer was deprecated and is now no longer available in the most recent versions of scikit-learn. This PR replaces it with its closest equivalent sklearn.impute.SimpleImputer. Updating to
SimpleImputeris required for supporting Python 3.8 in the future; see #127.