google-cloud-automl-nl

dataset import error for AutoML text classification

浪子不回头ぞ 提交于 2021-02-08 10:13:53
问题 I have trying to import dataset into AutoML NL Text Classification. However, the Ui gave me an error of Invalid row in CSV file , Error details: Error detected: "FILE_TYPE_NOT_SUPPORTED" I am uploading the csv file, what should I do? 回答1: Please make sure there is no hidden quotes in your dataset. Complete requirements can be found on “Preparing your training data” page. Common .csv errors: Using Unicode characters in labels. For example, Japanese characters are not supported. Using spaces

Google AutoML training error

☆樱花仙子☆ 提交于 2019-12-24 06:33:54
问题 I loaded a dataset into google automl, using the UI. I got the message that I have enough labeled text and can start training, however when I click on Start Training, I get the error Exception while handling your request: Request contains an invalid argument. When reporting refer to this issue by its tracking code tc_698293 As I am using the UI, I don't know what the arguments of the request are. Any help is greatly appreciated. Thanks. 回答1: It is required to have at least 2 examples in all

Format of the input dataset for Google AutoML Natural Language multi-label text classification

大憨熊 提交于 2019-12-06 04:39:31
What should the format of the input dataset be for Google AutoML Natural Language multi-label text classification? I know that for multi-class classification I need a column of text and another column for labels. The labels column include one label per row. I have multiple labels for each text and I want to do multi-label classification. I tried having one column per label and one-hot encoding but I got this error message: Max 1000 labels supported. Found 9823 labels. It was very confusing at first but later I managed to find the format in the documentation, which is a CSV file like: text1,