Skip to content

Commit

Permalink
merge master to temp/docs for updating the documentation (microsoft#134)
Browse files Browse the repository at this point in the history
* merge master to documentation branch

* fixed the ModuleNotFoundError for WordEmbedding_df.py
  • Loading branch information
Stephen0620 authored and Tsung-Sheng Huang (Hi-Tech Talents LLC) committed Jul 4, 2019
1 parent 32360c2 commit 7c9665c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pandas
from nimbusml import Pipeline
from nimbusml.feature_extraction.text import WordEmbedding
from nimbusml.feature_extraction.text.ngramfeaturizer import NGramFeaturizer
from nimbusml.feature_extraction.text import NGramFeaturizer
from nimbusml.feature_extraction.text.extractor import Ngram

# create the data
Expand Down

0 comments on commit 7c9665c

Please sign in to comment.