Skip to content

Adding KNNClassificationDeciders to ProgLearn #461

Description

@david-z-shi

Is your feature request related to a problem? Please describe.
An extension to issue #5, transferring the KNNDecider idea to the classification setting.

Describe the solution you'd like
Create a decider with the following properties:

  • Create a list of KNNClassifiers from sklearn for each bag
  • The features to the KNNClassifier are the posterior probabilities from each transformer and each class.
  • Infer the hard class assignments from these KNNClassifiers from each bag.
  • Normalize and use the argmax of the results.

Describe alternatives you've considered

Additional context (e.g. screenshots)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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