scikit-learn / enhancement_proposals

Enhancement proposals for scikit-learn: structured discussions and rational for large additions and modifications
https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
48 stars 34 forks source link

SLEP023: Callback API #90

Open jeremiedbb opened 8 months ago

jeremiedbb commented 8 months ago

Proposal for an API for callbacks in scikit-learn.

The corresponding implementation is being worked in https://github.com/scikit-learn/scikit-learn/pull/27663.