You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
Describe alternatives you've considered
Additional context (e.g. screenshots)
The text was updated successfully, but these errors were encountered: