enhancement_proposals
enhancement_proposals copied to clipboard
Enhancement proposals for scikit-learn: structured discussions and rational for large additions and modifications
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.
**This SLEP is NOT the same as its predecessor https://github.com/scikit-learn/enhancement_proposals/pull/24** Disclaimer: I won't be able to champion this SLEP. I'm opening it here now because I hope it can help...
Reflection around a unified API to compute feature importance in scikit-learn
Here is the SLEP regarding the Outlier Rejection API
cc @GaelVaroquaux Coming back to SLEP 1 I don't see / remember the need for trans_modify. I'm now not sure why we need this. The motivation the SLEP gives is...
As of today, https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest/index.html lists two SLEPs as accepted: - SLEP009 - SLEP010 It is, however, not clear from the webpage if those SLEPs are implemented. I propose to link...
It should be possible for an estimator to check or propose that a particular parameter change would be appropriate to do with warm start. It should also be possible to...
This is required for stacking and leave-one-out target encoders if we want a nice design. We already kind of do this in some places but don't have a coherent contract....