Skip to content

Dev#18

Open
BabaSanfour wants to merge 64 commits into
mainfrom
dev
Open

Dev#18
BabaSanfour wants to merge 64 commits into
mainfrom
dev

Conversation

@BabaSanfour

Copy link
Copy Markdown
Owner

No description provided.

BabaSanfour and others added 30 commits May 6, 2026 15:32
…obability metric support, and robust parallelism control
_temp_groups mutated scaler state at predict time — conceptually
fragile and coupling engine internals to scaler implementation.

SubjectStandardScaler now declares groups routing via
set_transform_request inside a config_context so the request state
persists on the instance and survives clone(). Prediction path
activates enable_metadata_routing only when SubjectStandardScaler
is present, keeping all other estimators on the default path.

Also restores search_cv groups routing that was accidentally dropped
when the scaler routing block was added.
…peline

Thread optional per-sample weights through Experiment.run() →
_cross_validate() → fit_and_score_fold() → fit_estimator().
Only the training-fold slice reaches the classifier; test samples
are never weighted. Routing uses inspect.signature so classifiers
that don't expose sample_weight in their fit() signature are silently
skipped rather than raising.

Tests verify: weight forwarding, None passthrough, unsupported-clf
safety, train-only slicing, and length-mismatch validation.
…calers

Enhancement/metadata routed scalers
@github-actions

github-actions Bot commented Jun 21, 2026

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 6 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/codeql-analysis.yml

PackageVersionLicenseIssue Type
actions/checkout6.*.*NullUnknown License
github/codeql-action/analyze4.*.*NullUnknown License
github/codeql-action/init4.*.*NullUnknown License

pyproject.toml

PackageVersionLicenseIssue Type
matplotlib< 3.13NullUnknown License
scikit-learn>= 1.6NullUnknown License
scipy>= 1.11.0NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
actions/actions/checkout 6.*.* 🟢 6.9
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1016 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
SAST🟢 10SAST tool is run on all commits
actions/github/codeql-action/analyze 4.*.* UnknownUnknown
actions/github/codeql-action/init 4.*.* UnknownUnknown
pip/matplotlib < 3.13 UnknownUnknown
pip/scikit-learn >= 1.6 UnknownUnknown
pip/scipy >= 1.11.0 UnknownUnknown

Scanned Files

  • .github/workflows/codeql-analysis.yml
  • .github/workflows/python-tests.yml
  • pyproject.toml

Comment thread coco_pipe/descriptors/qc.py Fixed
Comment thread coco_pipe/io/quality.py Fixed
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.

3 participants