Train an ML model from a PostgreSQL table (LABEL & TEXT column) and write the model to S3
Train an ML model from a PostgreSQL table (LABEL & TEXT column) and write the model to S3.
Variables
Select the AWS Access Keys to use to access the S3 bucket where the data will be stored.
Select the Shared Config that contains information about the S3 Bucket where the data will be stored.
Folder path from the Folder Path Prefix in the S3 Bucket Connection to the folder where the data will be stored.
Name for the file containing the downloaded data.
Enable to append the creation date to the file name.
Enable to allow an existing file with the same File Name in the Target Folder to be overwritten.
PostgreSQL database containing the table with data to replicate.
Schema of the table with data to replicate.
Name of the table with data to replicate.
Label Column the model needs to predict
Text/Features Column the model uses to train