Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The following sections walk you through the basic features of WSO2 ML to get you started.

Before you begin,

  1. Install Oracle Java SE Development Kit (JDK) version 1.6.24 or later or 1.7.* and set the JAVA_HOME environment variable.
  2. Download WSO2 ML.
  3. Start the ML by going to <ML_HOME>/bin using the command-line and executing wso2server.bat  (for Windows) or  wso2server.sh  (for Linux.) 

 

Step 1: Create a dataset

  1. Log into the ML UI using admin as both the username and password. The following will be displayed in the Home page.
     
  2. Click ADD DATASET to open the Create Dataset page. 
  3. In the Data Source field, click Choose File and browse for the <ML_HOME>/samples/tuned/naive-bayes/breastCancerWisconsin.csv file. Enter values for the rest of the parameters as shown below.

    Parameter NameValue
    Dataset NameBreast_Cancer_Dataset
    Version1.0.0
    Description 
    Source Type 
    Data Format 
    Column Header Available 
  4. Click CREATE DATASET to save your changes.

 

Step 2: Create a project

 

Step 3: Create an analysis and train a model

Step 4: Predict

  • No labels