Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2022/03-Machine Learning/cns_practice_rat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"points in zone i correctly classif ied as i\n",
"total number of points classif ied as in zone i\n",
"\n",
"**HINT**: class accuracies can be calculated by dividing the diagonal values of confusion\n",
"**HINT**: class precisions can be calculated by dividing the diagonal values of confusion\n",
"matrix with the column sums.\n"
]
},
Expand Down