EmilyXinyi
EmilyXinyi
1. Localize `Autoscaling` for Traditional Chinese 2. https://glossary.cncf.io/auto-scaling/
#### Reference Issues/PRs Towards #26024 #### What does this implement/fix? Explain your changes. Adds array API support for mean_absolute_percentage_error #### Any other comments? Keep this as draft until I add...
#### Reference Issues/PRs towards #26024 #### What does this implement/fix? Explain your changes. array API support for `cosine_distances` #### Any other comments? `.clip` is supported in the 2023.12 version but...
#### Reference Issues/PRs towards #26024 #### What does this implement/fix? Explain your changes. add array API support for mean_poisson_deviance #### Any other comments? there is a dependency on `scipy.special.xlogy` (in...
#### What does this implement/fix? Explain your changes. Make Nystroem approximation array API compatible #### To Do - [ ] Make Nystroem array API compatible - [ ] Test for...
#### TO DO: - [ ] Modify the function `_weight_percentile` to support array API - [x] naively change all np to xp in `_weight_percentile` - [ ] write custom functions...
#### Reference Issues/PRs (hopefully) unblocks progress with #29661 #### What does this implement/fix? Explain your changes. Adding array API support for `pairwise_kernels` #### To do - [ ] `_parallel_pairwise` -...