EntityMatchingModel
EntityMatchingModel copied to clipboard
undocumented type requirement on `uid`
SparkCosSimIndexer. get_n_top_matches_for_all has a type requirement for the uid column in that is must be convertible to a base 10 integer using the int constructor. This should probably be documented somewhere as a common choice for uid might be a hex representation. See spark_cos_sim_matcher.py line 376