Skip to content

Questions about C3 #2

Description

@arminhaskovic

I have a question about the challenge part of C3 where you're supposed to build a 3NN classifier. Right now it checks the "votes" of the three closest neighbors and then by majority vote classifies the point that we want to classify. But what happens if the three closest neighbors all cast different votes and there is no majority vote? Should it just pick one of them at random or go back to 1NN for that classification or is it something else that is supposed to be done?

Is it also possible to make sure that all of the workers are receiving the jobs? I've been using the Spark API but it would be nice to somehow make sure that it works as intended.

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