Skip to content

Conversation

@tramora
Copy link
Collaborator

@tramora tramora commented Jan 12, 2026

Fixes #524


TODO Before Asking for a Review

  • Rebase your branch to the latest version of dev (or main for release PRs)
  • Make sure all CI workflows are green
  • When adding a public feature/fix: Update the Unreleased section of CHANGELOG.md (no date)
  • Self-Review: Review "Files Changed" tab and fix any problems you find
  • API Docs (only if there are changes in docstrings, rst files or samples):
    • Check the docs build without warning: see the log of the API Docs workflow
    • Check that your changes render well in HTML: download the API Docs artifact and open index.html
    • If there are any problems it is faster to iterate by building locally the API Docs

@tramora tramora force-pushed the sklearn-concurrency-safe-operations branch 2 times, most recently from 1b99ecf to d2036ae Compare January 13, 2026 13:23
Copy link
Member

@folmos-at-orange folmos-at-orange left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd also make better paragraphs in the tests.

Copy link
Collaborator

@popescu-v popescu-v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the comments

@tramora tramora force-pushed the sklearn-concurrency-safe-operations branch from d2036ae to 8aef114 Compare January 13, 2026 15:58
@tramora tramora requested a review from popescu-v January 13, 2026 17:00
Caution : for the tests, MPI must be disabled otherwise a segfault would occur because of a huge use of resources
@tramora tramora force-pushed the sklearn-concurrency-safe-operations branch from 8aef114 to 94eb994 Compare January 13, 2026 17:02
@tramora tramora merged commit cfb2d61 into dev Jan 14, 2026
18 checks passed
@tramora tramora deleted the sklearn-concurrency-safe-operations branch January 14, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Temporary directory handling renders sklearn estimators non-thread safe

4 participants