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

Create a voting classifier ensemble for more advanced accuracy #491

Open
GantMan opened this issue Mar 30, 2021 · 1 comment
Open

Create a voting classifier ensemble for more advanced accuracy #491

GantMan opened this issue Mar 30, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@GantMan
Copy link
Member

GantMan commented Mar 30, 2021

Currently, we have two models. The more accurate one that has type 2 errors, and the slightly less accurate one that has far more type 1 errors

We can combine them with a voting classifier and get higher accuracy.

https://medium.com/@sanchitamangale12/voting-classifier-1be10db6d7a5

Thoughts?

@GantMan GantMan added enhancement New feature or request help wanted Extra attention is needed labels Mar 30, 2021
@GantMan
Copy link
Member Author

GantMan commented Jun 26, 2021

This can be accomplished with the simple JavaScript to weight one model over another, too.

https://tinyurl.com/yjv3ohz4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant