You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sends data to create and train a classifier and returns information about the new
104
107
classifier.
105
108
106
-
:param file metadata: Metadata in JSON format. The metadata identifies the language of the data, and an optional name to identify the classifier. For details, see the [API reference](https://www.ibm.com/watson/developercloud/natural-language-classifier/api/v1/#create_classifier).
107
-
:param file training_data: Training data in CSV format. Each text value must have at least one class. The data can include up to 15,000 records. For details, see [Using your own data](https://www.ibm.com/watson/developercloud/doc/natural-language-classifier/using-your-data.html).
109
+
:param file metadata: Metadata in JSON format. The metadata identifies the language of the data, and an optional name to identify the classifier.
110
+
:param file training_data: Training data in CSV format. Each text value must have at least one class. The data can include up to 15,000 records. For details, see [Using your own data](https://console.bluemix.net/docs/services/natural-language-classifier/using-your-data.html).
108
111
:param str metadata_filename: The filename for training_metadata.
109
112
:param str training_data_filename: The filename for training_data.
110
113
:return: A `dict` containing the `Classifier` response.
0 commit comments