Closed glouppe closed 9 years ago
Okay, so the example is now properly working using JSON input/output format. I will document everything tomorrow so that you @natsheh and @MSusik can move on with your own analyses.
Documentation is now complete. See https://github.com/glouppe/beard/blob/author-disambiguation-ops/examples/author_disambiguation_advanced.py#L55 for a description of the expected input format.
Reviews are welcome :) @natsheh @MSusik @etzemis
Clearer than previous version, :+1:
Thanks for the review! @natsheh would you have time today for a second review? thanks
Looks great! I just have not a critical suggestion: it may be more interesting to use "sklearn.externals.joblib"’s replacement of pickle (joblib.dump & joblib.load), which is more efficient on big data. I have noticed that on Windows enviroment, I cannot load the pickle dump file.