Dev#18
Open
BabaSanfour wants to merge 64 commits into
Open
Conversation
…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.
Decoding module
…calers Enhancement/metadata routed scalers
Dependency ReviewThe following issues were found:
License Issues.github/workflows/codeql-analysis.yml
pyproject.toml
OpenSSF Scorecard
Scanned Files
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.