Commit f91b7859 authored by Sam Kuesters's avatar Sam Kuesters
Browse files

Update project/README.md

parent 4fc0a960
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -270,16 +270,13 @@ Train Set (6 Features) | Dev Set (6 Features)
:-------------------------:|:-------------------------:
![](/project/svm/conf_matrix_svm_train_more_features.png)  |  ![](/project/svm/conf_matrix_svm_dev_more_features.png)

#### Learning Curve on 6 Features
![](/project/svm/learning_curve_svm_f6.png)
<br>

Unfortunately, the SVM confusion matrix doesn't stray far from previous confusion matrices. Due to using the RBF kernel, it is not possible to have a feature importance plot. Therefore let's skip to the learning curve:

#### Learning Curve on 6 Features
![](/project/svm/learning_curve_svm_f6.png)
<br>

![](/project/svm/learning_curve_svm.png)

<br>

The final results on our test set:
|                 |   precision |   recall |   f1-score |     support |