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
wrench/wrench/labelmodel/dawid_skene.py
Line 55 in 6d83979
I realized this balance variable is used nowhere in this file. If it is intended, I think it should be removed from input parameters.
The text was updated successfully, but these errors were encountered:
Actually the following three parameters are not used. - I think it could be better to remove them to prevent confusion?
dataset_valid: Optional[Union[BaseDataset, np.ndarray]] = None, y_valid: Optional[np.ndarray] = None, balance: Optional[np.ndarray] = None,
Sorry, something went wrong.
No branches or pull requests
wrench/wrench/labelmodel/dawid_skene.py
Line 55 in 6d83979
I realized this balance variable is used nowhere in this file. If it is intended, I think it should be removed from input parameters.
The text was updated successfully, but these errors were encountered: