scikit-learn/scikit-learn

Array API support for CalibratedClassifierCV

Open

#31.869 aberto em 2 de ago. de 2025

Ver no GitHub
 (15 comments) (1 reaction) (0 assignees)Python (27.020 forks)batch import
Array APIHardNew Featurehelp wantedmodule:calibration

Métricas do repositório

Stars
 (66.084 stars)
Métricas de merge de PR
 (Mesclagem média 10d) (90 fundiu PRs em 30d)

Description

Describe the workflow you want to enable

Towards #26024. Use CalibratedClassifierCV with pytorch or tensorflow models. This has become even more interesting use case with #31068.

Describe your proposed solution

In line with out Array API adoption path.

  • Temperature scaling
  • Platt scaling
  • Isotonic regression

Describe alternatives you've considered, if relevant

No response

Additional context

No response

Guia do colaborador