think Thailand
  • Journey to Data & AI Workshop
  • Prerequisite
    • IBM Cloud
  • IBM Watson Studio Auto AI
    • Watson Studio Overview
    • Step 1: Watson Service Creation
    • Step 2: Build and train the model
    • Step 3: Deploy the trained model
    • Step 4: Test the deployed model
  • IBM Watson Discovery
    • Discovery Overview
    • Step 1: Create Discovery Service
    • Step 2: Launch the tooling
    • Step 3: Create a collection
    • Step 4: Download the sample document and upload to your collection
    • Step 5: Querying the dataset
  • Links
    • Sample Application: Use the Watson Discovery Service to analyze cyber security breaches
    • Sample data set source
    • Preparing CSV data set to Watson Discovery Service
    • Watson Studio Documentation
    • IBM Cloud Documentation
    • Discovery API documentation
    • IBM Developer
    • Discovery documentation
    • Sample Codes: IBM Developer Code Patterns
    • Free courses: COGNITIVE CLASS.AI
Powered by GitBook
On this page
  • 1.1 Specify basic model details
  • 1.2 Add training data
  • 1.3 Train the model
  • 1.4 Choose a pipeline

Was this helpful?

  1. IBM Watson Studio Auto AI

Step 2: Build and train the model

AutoAI automatically analyzes your data and generates candidate model pipelines customized for your predictive modeling problem.

PreviousStep 1: Watson Service CreationNextStep 3: Deploy the trained model

Last updated 5 years ago

Was this helpful?

1.1 Specify basic model details

1. From the Assets page of your project in Watson Studio, click Add to project and choose AutoAI EXPERIMENT.

add to project auto ai

2. In the page that opens, fill in the basic fields:

  • Specify a name and optional description for your new model.

  • Confirm that the IBM Watson Machine Learning Service instance that you associated with your project is selected in the Machine Learning Service section.

3. Click Create.

1.2 Add training data

Upload the training data file, GoSales.csv, from your local computer by dragging the file onto the data panel or by clicking browse and then following the prompts.

1.3 Train the model

1. Choose IS_TENT as the column to predict. AutoAI analyzes your data and determines that the IS_TENT column contains True/False information, making this data suitable for a binary classification model. The default metric for a binary classification is ROC/AUC.

2. Click Run experiment. As the model trains, you will see an infographic that shows the process of building the pipelines.

For a list of estimators available with each machine learning technique in AutoAI, see: AutoAI implementation detail

1.4 Choose a pipeline

Once the pipeline creation is complete, you can view and compare the ranked pipelines in a leaderboard.

Choose Save model from the action menu for Pipeline 1. This saves the pipeline as a Machine Learning asset in your project.

Define autoai
Watson ML
Create Model
Choosing a prediction column
Building model pipelines
Pipeline leaderboard