-
Notifications
You must be signed in to change notification settings - Fork 63
Bring updates from master into temp/docs. #5
Conversation
| import pandas | ||
| from nimbusml import Pipeline | ||
| from nimbusml.feature_extraction.text import WordEmbedding | ||
| from nimbusml.feature_extraction.text import NGramFeaturizer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe revert this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently the tests passed with nimbusml.feature_extraction.text.ngramfeaturizer, but is it more correct to just say nimbusml.feature_extraction.text? If so, I'll change it in master as well. (These changes were just copied over from master.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zyw400 Just wanted to check on this again. I'm happy to make the change in master if you think that is best.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that would be the best~~~
zyw400
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just revert one test change, else the build might fail. : )
ganik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
Latest updates to aml branch.
I manually copied all the diffs from master into temp/docs. This was specifically needed because there were elements of the build script that were out of date and failing. From now on we should be able to merge updates to master into temp/docs and still be able to preserve the special underscore naming convention required by the official microsoft docs engine.