Closed Yashg19 closed 8 years ago
@Yashg19 You might want to add try-except block in your benchmark test cases for the example data sets because none of them will be available with the package by default
@Yashg19 Also try to pylint your code and try to achieve a score of at least 8
Added comments and changes as recommended by Pradap.
@sanjibkd @paulgc @kvpradap - please review if I have implemented all review comments given by you all :)
@paulgc @sanjibkd - all review comments are incorporated. I have tested the code but wasn't able to run nose test again to re-verify the changes. I have tested the code separately with different input parameters. Thank you so much for your valuable comments.
While running nose test or asv run - I was getting the error:
import magellan as mg --> from magellan.blocker.attr_equiv_blocker import AttrEquivalenceBlocker -->-->from joblib import Parallel, delayed
ImportError: No module named joblib
@kvpradap - copying you as the changes are ready to pull if there are no more review comments.
@sanjibkd, @paulgc - please do my code review