sisird864

Results 5 issues of sisird864

#### Reference Issues/PRs Towards #30621 #### What does this implement/fix? Explain your changes. This adds a new entry under the “See Also” section of the `cross_val_predict` API docstring in `sklearn/model_selection/_validation.py`,...

Documentation
module:model_selection

#### Is your feature request related to a problem? Please describe Many users need publication-quality regression tables for papers, reports, and notebooks/Quarto. The existing `.summary()` text/HTML/LaTeX outputs are helpful, but...

Motivation: River lacks native quantile regression for streaming tasks; this enables prediction intervals and robust regression. (Related: “Quantile Regression Approaches”.) Proposal: - New estimator(s) linear.QuantileSGDRegressor supporting multiple τ in one...

### Motivation: Captum currently provides `KernelShap` and `ShapleyValueSampling`, but lacks a fast hierarchical Shapley estimator. **PartitionSHAP** (Lundberg & Erion 2021) reduces the number of model evaluations from *O(M · d)*...

## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change...

CLA Signed