Skip to content

docs: Add a technical example showing scikit-learn API compatible estimators that work with skore #1451

@sylvaincom

Description

@sylvaincom

Note: following #1814 (comment) in June 2025, this issue has broadened its scope from just deep learning to any estimator compatible with the scikit-learn API

Which part of the documentation needs improvement?

Examples gallery

Describe the problem found in the documentation

No deep learning methods, no foundations models, etc are mentioned in our examples, mainly traditional scikit-learn models, while skore can deal with basically any estimator that is compatible with the scikit-learn API.

Suggested improvement

Add an example in the technical section

Its goal is to explain that you can pass to skore any model that has a predict method; and use skorch, keras (see keras-team/keras#20599), tabpfn, etc, a manual wrapped model and explain a bit the internal details to show when you will get some guidance with skore (as the choice of metrics)

Additional context

Could also do a wrapper for a LLM, as done in https://medium.com/capgemini-invent-lab/quantifying-llms-uncertainty-with-conformal-predictions-567870e63e00

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationfix-before-hackathon*Very* nice to have for upcoming skore challenges ("hackathons")

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions