You must start a new job first!
| Step 1: Upload data
Example

Example


| Step 2: Select method

| | |
| |
  • The C and gamma should be input like this: -5,15,2 (This will create a list starting by 2^(-5), ending with 2^15, and the step using 2^2.)
  • The degree should be input like this: 1,7,2 (This will create a list starting by 1, ending with 7, and the step using 2.)
  • The n_neighbors should be like this: 1,10,2(THis will a n_neighbors of range list, starting by 1, ending with 10, and the step using 2.)


| Step 3: Other parameters