Skip to content

Commit

Permalink
⚡📝 update, new content.
Browse files Browse the repository at this point in the history
  • Loading branch information
imarranz committed May 30, 2024
1 parent 25f072b commit 7729b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The table is designed to help in the interpretation of test results, particularl

The table below illustrates the confusion matrix used in our analysis. This matrix visualizes the performance of the classification algorithm, highlighting the true positives, true negatives, false positives, and false negatives. Understanding these values is crucial for evaluating the accuracy and reliability of our model.

![confusion matrix](./figures/confusion_matrix.jpeg)
![confusion matrix](./figures/confusion-matrix.jpeg)

The following Python code demonstrates how to generate a confusion matrix using the `pandas` and `sklearn.metrics` libraries. This matrix is pivotal for calculating various performance metrics, such as precision and recall, which help further assess the effectiveness of the model.

Expand Down

0 comments on commit 7729b27

Please sign in to comment.