We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
This can be accomplished with the simple JavaScript to weight one model over another, too.
https://tinyurl.com/yjv3ohz4
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: