Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding KNNClassificationDeciders to ProgLearn #461

Open
david-z-shi opened this issue Apr 28, 2021 · 1 comment
Open

Adding KNNClassificationDeciders to ProgLearn #461

david-z-shi opened this issue Apr 28, 2021 · 1 comment
Assignees

Comments

@david-z-shi
Copy link
Contributor

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)

@david-z-shi
Copy link
Contributor Author

@jdey4 Can I be assigned to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant