Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 4adb28c

Browse files
committed
Replaced the non-ASCII characters
1 parent d9a194c commit 4adb28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/nimbusml/examples/examples_from_dataframe/NGramExtractor_df.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
X = pipeline.fit_transform(X)
8888

8989
print(X.head())
90-
# ngrams.<>|T|h ngrams.T|h|i ngrams.h|i|s ngrams.i|s|<> ... ngrams.i|t|! ngrams.t|!|<> ngrams.<>|H|a ngrams.H|a|t
90+
# ngrams.<.>|T|h ngrams.T|h|i ngrams.h|i|s ngrams.i|s|<.> ... ngrams.i|t|! ngrams.t|!|<.> ngrams.<.>|H|a ngrams.H|a|t
9191
# 0 1.0 1.0 1.0 2.0 ... 0.0 0.0 0.0 0.0
9292
# 1 0.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0
9393
# 2 0.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0

0 commit comments

Comments
 (0)