-
Notifications
You must be signed in to change notification settings - Fork 94
Description
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