Skip to content

5 Machine Learning Job Guide

Kyrie-eng edited this page May 18, 2023 · 2 revisions

Workflow for creating a classification algorithm job


2. Enter the job list page

Step 2 screenshot

3. Click on Create a new job

Step 3 screenshot

4. Input job name

Step 2 screenshot

5. Choose a computation type

Choose decision tree, logistic regression or svm as computation type Step 3 screenshot

6. Click on ‘Upload a Document’

Upload feature data, target data and testing data(optional) separately. The file must be in .csv format and can only contain regular characters such as letters, numbers, and underlines. The feature data and testing data should have the same number of columns.

The sample data is as follows:
feature data, target data, testing data.

Step 4 screenshot

7. Click on Submit

Step 5 screenshot

8. Click on Check

Enter the job list page and click the check button. Step 6 screenshot

9. View the result

Wait for a while, The training model and testing results will be uploaded to ipfs, you can access them by clicking the links. Step 7 screenshot

Workflow for creating a clustering algorithm job


The first four steps are the same as creating a classification algorithm

2. Choose a computation type

Choose a clustering algorithm from birch clustering, k-means clustering, spectral clustering Step 2 screenshot

3. Upload the training feature dataset

The clustering algorithm only needs to upload the feature dataset Step 3 screenshot

4. Click on Submit

Step 4 screenshot

5. Click on Check

Go to the job list page to find the job you just created, and click the check button Step 5 screenshot

6. View the result

Wait for a while, the trained model and clustering results will be uploaded to the blockchain. You can access them by clicking the links Step 6 screenshot