scikit-learn/scikit-learn

Array API support for CalibratedClassifierCV

Open

#31.869 geöffnet am 2. Aug. 2025

Auf GitHub ansehen
 (15 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (27.020 Forks)batch import
Array APIHardNew Featurehelp wantedmodule:calibration

Repository-Metriken

Stars
 (66.084 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 10T) (90 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide