Core ML Transforms

Transforms for Common ML Tasks

These transforms are often built upon the Custom Transform, providing common ML functionalities:

Important Notes:

How to Use ML Transforms

  1. Crawl your data: Create a Glue crawler to analyze your data source and infer its schema.
  2. Create an ML transform: Choose the desired transform and configure its parameters.
  3. Create a Glue job: Define a job that includes your data source, the ML transform, and a target for the transformed output.
  4. Run the job: Execute your Glue job to apply the transformation to your data.