infinitered/nsfwjs

Create a voting classifier ensemble for more advanced accuracy

Open

#491 opened on Mar 30, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (507 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (7,090 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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?

Contributor guide