Chiara Marmo

Results 16 issues of Chiara Marmo

#### Reference Issues/PRs Fixes #10337. Supersedes and closes #10347. #### What does this implement/fix? Explain your changes. This pull request adds common tests for classifiers reducing to less than two...

module:svm
module:utils
module:naive_bayes
module:test-suite
No Changelog Needed

This pull requests makes `mask_invalid` consistent with `mask_where` when `copy` is set to `False`. Fixes #19332. I'd rather make the two functions consistent than change the documentation. Also from the...

00 - Bug

### Description This pull request is to address the issues of reading MBFITS tables with variable length arrays. - The warning ``` WARNING: VerifyWarning: Invalid keyword for column 3: The...

io.fits
Bug
backport-v5.0.x
backport-v5.1.x

#### Reference Issues/PRs Addresses `test_grid_search_failing_classifier` failure reported in #24424 and #24446. #### What does this implement/fix? Explain your changes. when input is nan, scipy >= 1.10 rankdata new default returns...

module:model_selection

#### Reference Issues/PRs Fixes #24427 #### What does this implement/fix? Explain your changes. This pull request adds to github workflows the build and test of wheels for python 3.11 ####...

Build / CI

Hello, packaging 1.1.0 for debian the test `test_resource_tracker_silent_when_reference_cycles` is failing on arm architectures with python 3.10. See for example the [log for arm64](https://tests.reproducible-builds.org/debian/rb-pkg/unstable/arm64/joblib.html). I am skipping it for now, just...

Hello, packaging 1.1.0 for debian the test test_parallel_with_interactively_defined_functions_default_backend is failing on armhf architecture with python 3.10. See the [log](https://tests.reproducible-builds.org/debian/rb-pkg/unstable/armhf/joblib.html). I am skipping it for now, just want to track it...

### Description This pull request is to address the ambiguity in `_get_raw_data` between tables containing empty variable-length arrays and tables without variable-length arrays (having both `_heapsize` = 0). Fixes #12881...

io.fits
Bug
backport-v5.0.x
backport-v5.1.x

Dear maintainers, this pull request adds a new function to flatten arrays chunk by chunk as described in #4855. - [x] Closes #4855 - [x] Tests added / passed -...

array
documentation
needs review

Dear maintainers, this pull request fixes the display of the anaconda and cmake logos in the installation instructions ... probably a nitpick but I found the [big logos](https://xeus-cling.readthedocs.io/en/latest/installation.html) a bit...