Questions tagged [google-cloud-automl-nl]
50 questions
0
votes
1 answer
Deploy a AUTOML NL Trainned Model Fails
I'm working with Google Auto ML Natural Language API.
I have already a trained model.
In the beginning, when I trained the model, it was deployed and everything was fine. According with Google's new rules from 22th January 2019, models that have no…

DEV_BBRAS
- 31
- 8
0
votes
1 answer
AutoML Translation Supported languages
I have a question about AutoML Translation.
In the list of supported languages, we did not find our language. Can we add the Kazakh language to create our dataset? Example (translation from Russian to Kazakh)
0
votes
0 answers
GCP AutoML Vision API: Is there an api available to check the status of training for a specific Model?
I am able to successfully start the training of a model with the code:
autoMlClient.createModelAsync(location, googleModel).get()
Is there an api endpoint I can call to get that status of the training for this specific model?
I'd like to…

ddelponte
- 84
- 1
- 1
- 6
0
votes
1 answer
How to analyze accented characters with Google Cloud Natural Language
I am trying to use the python client on Python3 (collab) for analyzing text with accented characters. I am setting up the document object with type PLAIN_TEXT.
# Run a sentiment analysis request on text
def nlp_analyze_text(text,…

Gabriel
- 809
- 1
- 10
- 21
0
votes
1 answer
Trained a text-classification model and want to pass a .csv file with text items to predict
I have already trained my data set in Google auto ml. Now I want to pass a CSV with text items to predict its labels. Not sure on how to proceed
Have passed 17k text items with labels.
Have seen rest API & python codes to execute.
export…

ramya ponnada
- 11
- 2
0
votes
1 answer
Google Cloud AutoML Natural Language for Chatbot like application
I want to develop a chatbot like application which gives response to input questions using Google Cloud Platform.
Naturally, Dialogflow is suited for this such applications. But due to business conditions, I cannot use Dialogflow.
An alternative…

user5155835
- 4,392
- 4
- 53
- 97
0
votes
1 answer
Interpret Google AutoML Online Prediction Results
We are using Google AutoML with Tables using input as CSV files. We have imported data , linked all schema with nullable columns and train model and then deployed and used the online prediction to predict value of one column.
Column we targeted has…

Amod Gokhale
- 2,346
- 4
- 17
- 32
0
votes
1 answer
How to display multiple predictions AutoML Vision API
I'm trying to display every prediction from an image upload. Currently, it only displays the one prediction. If I set score_threshhold to 0, it just displays the least likely prediction rather than all of them.
import io
from google.cloud import…

Oliver Silverstein
- 17
- 1
0
votes
2 answers
What is the required file format for Google AutoML Datasets?
Whenever I try to upload my dataset to the AutoML Natural Language Web UI, I get the error
Something is wrong, please try again.
The documentation is not very insightful about how my CSV file is supposed to look, but I tried to make a simple sample…

n.st
- 455
- 1
- 6
- 11
0
votes
1 answer
Use Google AutoML to classify articles in Indonesian language
Is it possible to create custom text/content classification model using Indonesian language dataset and then use it to classify articles written in Indonesian language? Thanks!
0
votes
1 answer
URI not found in CSV row - import error for AutoML NL
I have been running several independent multi-class NL models on an identical data set (to compare performance to a multi-label model) and had no problems importing the data or running the models. I've just been through the identical preparation…

dcjn
- 1
- 1
0
votes
1 answer
AutoML Natural Language Token
I'm using AutoML Natural Language API, with my custom trained model to predict results.
In order, to use this service, I generate a Authorization token through Cloud Shell, that enables api requests.
So, I configured/created the service account and…

DEV_BBRAS
- 31
- 8
0
votes
1 answer
How many labels can be applied to a natural language model?
I see in the documentation that 100 labels are allowed per dataset, but does that mean that I am restricted to only 100 labels in my model or can I re-train the same model with 100 new labels and a new dataset?

Ethan Lebioda
- 3
- 3
0
votes
1 answer
How much I can do with the evaluation tab in automl
I'm trying AutoML Natural Language, and find the "evaluation" tab has much information. I want to know how much tuning I can really do with this tab. For example:
When I adjust the "score threshold", the "precision" and "recall" will change. But…

Lewis Liu
- 63
- 1
- 5
0
votes
1 answer
dataset import error for AutoML text classification
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?

Lewis Liu
- 63
- 1
- 5