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
{{ message }}
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
Well, it assumes we only have positive labels and unlabeled exists. In our case, we want to use this model to see how many of rejected cases this model gets right:
How many rejected case that we have their rejection label
How many rejected case that have weak labels in our dataset
Note: since pulrean is sklearn based library, it is easy to integrate and test, so does not need lots of SWE for integration and testing. I personally think I should just do it in a notebook for testing and if it had something worth mentioning, then it should be used as another print statement inside reporting metrics for a validation and nothing else.