Closed ruebot closed 4 years ago
Merging #466 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #466 +/- ##
=======================================
Coverage 75.86% 75.86%
=======================================
Files 49 49
Lines 1442 1442
Branches 279 279
=======================================
Hits 1094 1094
Misses 218 218
Partials 130 130
Last item here is Extract Entities. We only have an RDD implementation of that. I'd argue that NER is something down the chain folks can do with the derivatives, and we don't need to implement it in the Scala DataFrame or Python side.
...which means, we could go as far as completely removing all the NER functionality. Though, not 100% wedded to that idea.
Once we merge, I'm move those two notebooks over to the notebooks repo.
GitHub issue(s): #409
What does this Pull Request do?
Add ExtractPopularImages, WriteGEXF, and WriteGraphML to Python.
How should this be tested?