Skip to content
Snippets Groups Projects
Unverified Commit 078846d8 authored by edgargonarr's avatar edgargonarr Committed by GitHub
Browse files

Update README.md

The table for classification_report is not correctly aligned
parent 92187c8e
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ Since you are using the multiclass case, you need to choose what _scheme_ to use ...@@ -217,7 +217,7 @@ Since you are using the multiclass case, you need to choose what _scheme_ to use
print(classification_report(y_test,y_pred)) print(classification_report(y_test,y_pred))
``` ```
| precision | recall | f1-score | support | | | | | | | | | | | | | | | | | | | | | precision | recall | f1-score| support | | | | | | | | | | | | | | | | | |
| ------------ | ------ | -------- | ------- | ---- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | | ------------ | ------ | -------- | ------- | ---- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| chinese | 0.73 | 0.71 | 0.72 | 229 | | | | | | | | | | | | | | | | | | | chinese | 0.73 | 0.71 | 0.72 | 229 | | | | | | | | | | | | | | | | | |
| indian | 0.91 | 0.93 | 0.92 | 254 | | | | | | | | | | | | | | | | | | | indian | 0.91 | 0.93 | 0.92 | 254 | | | | | | | | | | | | | | | | | |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment