Skip to content

lesson03 script notebook issues #26

@elcorto

Description

@elcorto

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 dropna as 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
    [[tn, fp],
     [fn, tp]]
    
    output by sklearn doesn't match the figure from Wikipedia, which is confusing
  • [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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions