Xuefeng Xu
Xuefeng Xu
#### Reference issue https://github.com/scipy/scipy/pull/19604#issuecomment-1833218049 Towards #19016 #### What does this implement/fix? Fix premature overflow of the following modules. `special.boxcox`, `special.inv_boxcox`, `special.boxcox1p`, `special.inv_boxcox1p` #### Additional information
#### Reference issue Towards #19016 #### What does this implement/fix? 1. Compute LLF in the log-space - Code is inspired by https://github.com/scipy/scipy/pull/18852#issuecomment-1657858886 - The variance formula can be simplyfied for...
## Feature Description No packages for linux aarch and macos arm on pypi. ## Is your feature request related to a problem? Is there any consideration for not having these...
## Description Failed to serialize the context when setting the params like this, see the code below. ## How to Reproduce ```python import tenseal as ts ctx = ts.context(ts.SCHEME_TYPE.CKKS, poly_modulus_degree=32768,...
**Describe the bug** HPO demo https://federatedscope.io/docs/use-hpo/ **To Reproduce** Steps to reproduce the behavior: https://federatedscope.io/docs/use-hpo/#an-hands-on-exercise ``` python federatedscope/hpo.py --cfg scripts/example_configs/toy_rs.yaml ``` **Expected behavior** https://federatedscope.io/docs/use-hpo/#an-hands-on-exercise **Screenshots** ``` 2024-01-25 10:55:55,376 (cfg_fl_setting:221)WARNING: We found...
### Describe the bug In all Imputers, features with all missing values will be droped if `keep_empty_features` is set to `False`. However, in `IterativeImputer`, if we set `min_value` and `max_value`...
#### Reference Issues/PRs #### What does this implement/fix? Explain your changes. Since we already use `scipy.special.boxcox`, I think we can use `scipy.special.inv_boxcox` for the inverse too. https://github.com/scipy/scipy/blob/fcf7b652bc27e47d215557bda61c84d19adc3aae/scipy/special/_boxcox.pxd#L30-L34 #### Any other...