I am setting up a prediction model using AutoML Tables. Here are the steps that I have completed.
- Prepare a csv file with relevant data(4 fields).
- Preprocess the data file.(Remove records with null values and repetitive records).
- Create a data set by importing the processed file in the import step . In the train step, I see the auto generated schema.
I am unable to edit that schema(specify the target column or modify the data type of a column).
Pls advise.
I encounter below errors
"Schema update failed - The attempted action failed, please try again"
"Failed to update schema - Schema update failed with errors"