salesforce / TransmogrifAI

TransmogrifAI (pronounced trăns-mŏgˈrə-fī) is an AutoML library for building modular, reusable, strongly typed machine learning workflows on Apache Spark with minimal hand-tuning
https://transmogrif.ai
BSD 3-Clause "New" or "Revised" License
2.24k stars 393 forks source link

Added NLP sample: detect NER #401

Closed rajdeepd closed 5 years ago

rajdeepd commented 5 years ago

Related issues none

Describe the proposed solution New sample which shows how to extract Person, Organization and Date NER from text

Describe alternatives you've considered none

Additional context There are no NER or NLP related samples

codecov[bot] commented 5 years ago

Codecov Report

Merging #401 into master will decrease coverage by 3.73%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #401      +/-   ##
==========================================
- Coverage   86.82%   83.09%   -3.74%     
==========================================
  Files         336      336              
  Lines       10962    10962              
  Branches      346      556     +210     
==========================================
- Hits         9518     9109     -409     
- Misses       1444     1853     +409
Impacted Files Coverage Δ
...alesforce/op/cli/gen/templates/SimpleProject.scala 0% <0%> (-100%) :arrow_down:
.../scala/com/salesforce/op/cli/gen/ProblemKind.scala 0% <0%> (-100%) :arrow_down:
...cala/com/salesforce/op/cli/gen/FileInProject.scala 0% <0%> (-100%) :arrow_down:
...in/scala/com/salesforce/op/cli/CommandParser.scala 0% <0%> (-98.12%) :arrow_down:
...cala/com/salesforce/op/cli/gen/ProblemSchema.scala 0% <0%> (-96.56%) :arrow_down:
...src/main/scala/com/salesforce/op/cli/gen/Ops.scala 0% <0%> (-94%) :arrow_down:
...ain/scala/com/salesforce/op/cli/SchemaSource.scala 0% <0%> (-87.94%) :arrow_down:
...a/com/salesforce/op/cli/gen/ProjectGenerator.scala 0% <0%> (-87.5%) :arrow_down:
...in/scala/com/salesforce/op/cli/CliParameters.scala 0% <0%> (-80.96%) :arrow_down:
...src/main/scala/com/salesforce/op/cli/CliExec.scala 0% <0%> (-80%) :arrow_down:
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b91ffe3...616507d. Read the comment docs.

rajdeepd commented 5 years ago

@leahmcguire @Jauntbox please review

leahmcguire commented 5 years ago

@rajdeepd I am not sure we need a notebook to show how to use a single stage. Would you be willing to add it to the examples docs instead? https://github.com/salesforce/TransmogrifAI/blob/master/docs/automl-capabilities/index.md

rajdeepd commented 5 years ago

change to documentation