Skip to content

page 33, snowboard example #355

@nbansari

Description

@nbansari

A related issue with KNN is feature scale. Suppose that we are trying to classify whether some object is a ski or a snowboard (see Figure 3.5). We are given two features about this data: the width and height. As is standard in skiing, width is measured millimeters and height is measured in centimeters. Since there are only two features, we can actually plot the entire training set; see Figure 3.6 where ski is the positive class. Based on this data, you might guess that a KNN classifier would do well. Suppose, however, that our measurement of the width was computed in millimeters (instead of centimeters).

Shouldn't the highlighted part be: "Suppose, however, that our measurement of the width was computed in centimeters (instead of millimeters)."?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions