...
- Log into the ML UI (default URL: https://127.0.0.1:9443/ml) using
admin
as both the username and password. The following is 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 Breast cancer data in Wisconsin. Source Type File Data Format CSV Column Header Available Yes - Click CREATE DATASET to save your changes. The Datasets page opens and the dataset you entered is displayed as follows.
Note that the status of the dataset is Processing.Click REFRESH. The status of the dataset changes to Processed as shown below.
Step 2: Create a project
...