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
  • Create Watson Studio Service
  • Create a project in Watson Studio
  • Sample data
  • Steps overview

Was this helpful?

  1. IBM Watson Studio Auto AI

Step 1: Watson Service Creation

Create Watson Service in IBM Cloud and download sample data.

PreviousWatson Studio OverviewNextStep 2: Build and train the model

Last updated 5 years ago

Was this helpful?

Create Watson Studio Service

Create Watson Studio Service

Create a project in Watson Studio

1. Start by creating a project

2. Project creation details

Sample data

Download the sample training data file to your local computer from here:

The sample data is structured: in rows and columns, and saved in a .csv file.

You can view the sample data file in a text editor or spreadsheet program:

Feature columns

Feature columns are columns that contain the attributes on which the machine learning model will base predictions. In this historical data, there are four feature columns:

  • GENDER: Customer gender

  • AGE: Customer age

  • MARITAL_STATUS: “Married”, “Single”, or “Unspecified”

  • PROFESSION: General category of the customer’s profession, such “Hospitality” or “Sales”, or simply “Other”

What do you want to predict?

You will be asked to choose the column label representing the values your model will predict.

In this tutorial, the label column is the IS_TENT column:

  • IS_TENT: Whether or not the customer bought a tent

The model built in this tutorial will predict whether a given customer is likely to purchase a tent.

Steps overview

This tutorial presents the basic steps for building and training a machine learning model using model builder in Watson Studio:

Create Project in Watson Studio
Create Project Details
Preview of training data

Build and train the model
Deploy the trained model
Test the deployed model
3MB
GoSales.csv