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

Method for Reject Option Classification fit_predict is missing arguments #104

Closed
srnghn opened this issue Sep 10, 2019 · 0 comments
Closed

Comments

@srnghn
Copy link
Collaborator

srnghn commented Sep 10, 2019

The fit_predict function for Reject Option Classification is defined as: def fit_predict(self, dataset): """fit and predict methods sequentially.""" return self.fit().predict(dataset)
only expecting one dataset but the fit function requires two (dataset_true, dataset_pred)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants