-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I'm going through the material and will for now just list things I find in https://github.com/deeplearning540/deeplearning540.github.io/blob/main/source/lesson03/script.ipynb
- [2] why not use
dropnaas in lesson02? - [5] I think is is confusing to call the KNN classifier kmeans, which was just introduced as a unsupervised method (clustering) in the previous lesson
- [49] and [36] (below that): because 1 = true and 0 = false, the binary confusion matrix
output by sklearn doesn't match the figure from Wikipedia, which is confusing
[[tn, fp], [fn, tp]] - [49] and [36] (below that): the confusion matrix convention in sklearn is axis 0 (rows) = true, axis 1 (cols) = pred, the Wiki image has axes swapped
- [50]:
print(int(True))? - [54]: F1 score formula TeX error (
ctimes)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels