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
Related to #168
scikit-learn's CalibratedClassifierCV should work with pairs classifier:
CalibratedClassifierCV
We should ensure that it return coherent results with our estimators (could be done in #168)
This could be finalized when CalibratedClassifierCV accept 3d arrays (see issue scikit-learn/scikit-learn#13077)
TODO:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Related to #168
scikit-learn's
CalibratedClassifierCV
should work with pairs classifier:We should ensure that it return coherent results with our estimators (could be done in #168)
This could be finalized when
CalibratedClassifierCV
accept 3d arrays (see issue scikit-learn/scikit-learn#13077)TODO:
The text was updated successfully, but these errors were encountered: