anhaidgroup / py_entitymatching

BSD 3-Clause "New" or "Revised" License
184 stars 48 forks source link

Updated Matcher Notebooks #109

Closed pjmartinkus closed 6 years ago

pjmartinkus commented 6 years ago
  1. Updated the Evaluating the Selected Matcher notebook. Reran the notebook with the current version of py_entitymatching to make sure the probabilities shown are the probability of a match instead of the probability of whatever label the prediction was.

  2. Added a new notebook to demonstrate how to use the fit and predict commands when predicting with an ML matcher. This notebook shows how to use predict with and without probabilities, using append, and using inplace.