We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f863ff + 2911c90 commit 7a22896Copy full SHA for 7a22896
2 files changed
.env.enc
0 Bytes
examples/natural_language_classifier_v1.py
@@ -5,7 +5,7 @@
5
from watson_developer_cloud import NaturalLanguageClassifierV1
6
7
# replace with your own classifier_id
8
-classifier_id = '9ddbcfx239-nlc-17541'
+classifier_id = 'e552ebx250-nlc-13834'
9
if os.getenv("natural_language_classifier_classifier_id") is not None:
10
classifier_id = os.getenv("natural_language_classifier_classifier_id")
11
0 commit comments