Overview
Tabular AI prediction refers to the application of artificial intelligence techniques to structured, table-like data for making predictions or forecasts. Enterprise today has massive historic data, and the use of AI in this context, especially machine learning prediction models, can provide valuable insights and predictions from the data. The reference app streamlines the entire process of build, train, tune, and deploy the machine learning model in user's own AWS account (separate from Appian). Here are some common use cases included in the reference app:
These are just a few examples. The key advantage of AI in tabular data prediction is its ability to uncover complex patterns and relationships within the data that might not be apparent through traditional analysis methods.
Key Features & Functionality
Appian tabular prediction with SageMaker reference app uses Amazon SageMaker Autopilot to automatically build, train, and tune the best custom machine learning (ML) models based on your data. It’s an automated machine learning (AutoML) solution that eliminates the heavy lifting of handwritten ML models that require ML expertise. Users need to only provide a tabular dataset (CSV format) and select the target column to predict, and Autopilot automatically infers the problem type, performs data preprocessing and feature engineering, selects the algorithms and training mode, and explores different configurations to find the best ML model. The problem type can be either binary classification, multiclass classification, or regression. This reference app is a collaboration with AWS and is integrated with the "SageMaker Autopilot sample solution".