Skip to content

Commit f722103

Browse files
committed
adding docs svm results (fix =)
1 parent 7039851 commit f722103

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/examples/ml/svm/svm.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -350,21 +350,17 @@ to convert data to the dense format.
350350
./bin/twister2 submit standalone jar examples/libexamples-java.jar edu.iu.dsc.tws.examples.ml.svm.SVMRunner -ram_mb 4096 -disk_gb 2 -instances 1 -alpha 0.1 -C 1.0 -exp_name test-svm -features 22 -samples 35000 -iterations 10 -training_data_dir <path-to-training-csv> -testing_data_dir <path-to-testing-csv> -parallelism 8 -workers 1 -cpus 1 -threads 4
351351
```
352352

353-
#### Sample Outpit
353+
#### Sample Output
354+
354355

355356
```bash
356-
======================================================================================
357-
SVM Task Summary : [test-svm]
358-
======================================================================================
359357
Training Dataset [/home/vibhatha/data/svm/w8a/training.csv]
360358
Testing Dataset [/home/vibhatha/data/svm/w8a/testing.csv]
361359
Data Loading Time (Training + Testing) = 1.943881115 s
362360
Training Time = 7.978291269 s
363361
Testing Time = 0.828260105 s
364362
Total Time (Data Loading Time + Training Time + Testing Time) = 10.750432489 s
365363
Accuracy of the Trained Model = 88.904494382 %
366-
======================================================================================
367-
368364

369365
```
370366

0 commit comments

Comments
 (0)