Commit 31681fad authored by wernicke's avatar wernicke
Browse files

Add accuracies barplot

parent d6f06ba6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -283,6 +283,9 @@ In order to get an idea about the performance of our baseline algorithms, that n
| **Precision (macro)**    | 0.22       | 0.22    | 0.2            |
| **Precision (weighted)** | 0.28       | 0.22    | 1              |
  
<p><div align="center">
    ![accuracies_bl_barplot](/uploads/58a9782a6094f7f98cb62afddbc4cb3c/accuracies_bl_barplot.png)
</div></p>

## __Classification Task__
After all the work we put into preparing our data and creating baseline classifiers it is now time to try out if our data can be classified with DecisionTree, RandomForest, NaiveBayes, SVM Kernel and Multilayer Perceptron classification algorithms.<br>