Thomas Moreau

Results 85 issues of Thomas Moreau

Hello, this looks like a promising package! Here are random remarks I got while running the tuto with Aymeric. - In CI, don't comment the pep8 test :stuck_out_tongue: - In...

Fixes #44687. The issue was that the Process object is not the one from the `_default_context` which should be `loky` when nesting `loky` calls. This is a revamp of #53282...

module: multiprocessing
triaged
open source
cla signed
ciflow/trunk
release notes: dataloader
ciflow/periodic

In pypy, the test `test_nested_parallel_warnings[threading-*]` fails quite often. I `xfail`ed it in #1393 but this should be investigated. The failures are similar to the following: ``` =================================== FAILURES =================================== ______________...

While doing some changes relaed to `Memory`, I stumbled upon this weird one for test config `Testing linux_py37_distributed`: https://dev.azure.com/joblib/joblib/_build/results?buildId=1015&view=logs&jobId=9ab96c21-2bfa-5360-3f04-0ac557a9e9b9&j=9ab96c21-2bfa-5360-3f04-0ac557a9e9b9&t=9e7dbc11-35ad-5252-3da3-844606a02961 The end of the log is: ``` oblib/test/test_parallel.py::test_thread_bomb_mitigation[loky] [DEBUG:MainProcess:Thread-633] worker got...

### Problem Description Missing values are not handle by default A reproducer: ```python from skrub import TableVectorizer from sklearn.pipeline import make_pipeline from sklearn.model_selection import train_test_split from sklearn.ensemble import RandomForestClassifier from...

enhancement

As `scikit-learn` dropped support for python3.7, we can do the same for `loky`.

Originaly reported in joblib/joblib#1464, but overrided by vendoring process.

When resizing the `reusable_executor`, the `call_queue` is not resized. It has a size `2 * n_workers + 1` originally so if the executor is enlarged a lot, this can cause...

This is an attempt to fix `loky` for frozen support for all plateforms. (cc #236 , joblib/joblib#1002). (I got nerd snipped :sweat_smile: ) This basically adds a `freeze_support` function that...

Not clear why but many different failures appears when running with `pytest -vsl`. In particular: - failures on semlock unregister. - not the right number of open file descriptors in...