The following sections walk you through the basic features of WSO2 ML to get you started.
Before you begin,
- Install Oracle Java SE Development Kit (JDK) version 1.6.24 or later or 1.7.* and set the
JAVA_HOME
environment variable. - Download WSO2 ML.
- Start the ML by going to
<ML_HOME>/bin
using the command-line and executingwso2server.bat
(for Windows) orwso2server.sh
(for Linux.)
Step 1: Create a dataset
- Log into the ML UI using
admin
as both the username and password. The following will be displayed in the Home page.
- Click ADD DATASET to open the Create Dataset page.
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 Name Value Dataset Name Breast_Cancer_Dataset Version 1.0.0 Description Source Type Data Format Column Header Available - Click CREATE DATASET to save your changes.
Step 2: Create a project