Update scikit-learn requirement from >=1.5.0 to >=1.8.0#7
Open
dependabot[bot] wants to merge 20 commits into
Open
Update scikit-learn requirement from >=1.5.0 to >=1.8.0#7dependabot[bot] wants to merge 20 commits into
dependabot[bot] wants to merge 20 commits into
Conversation
- Add GitHub Actions workflow for automated testing on Python 3.10-3.12 - Add shields.io badges for Python version, test count, tech stack, and license
Moved scaling from preprocessor to model trainer so the scaler is fitted only on training data and then applied to test data, preventing data leakage.
Define parameter grids for all candidate models (classification and regression). Add _tune_candidates() method that runs GridSearchCV on each model before the cross-validation comparison. Best parameters are stored in TrainingResult for reporting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pass tune parameter from CLI to orchestrator to model trainer. Shows tuning status in pipeline output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 new tests: tuned classification/regression, best_params returned, four models compared after tuning, best score matches, param grids exist, default not tuned. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add hyperparameter tuning with GridSearchCV
Support time series forecasting models
Data analysis pipeline, model comparison, and evaluation results captured with the bundled Customer Churn sample dataset.
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
- Pin pandas<3 and numpy<3 to avoid breaking-API surprises on hosted resolves where pip pulls the latest major - Add openpyxl so Excel uploads (xlsx) work out of the box without relying on a transitive dep - Reserve a live-demo placeholder in the README
e395b3c to
bbea5a4
Compare
Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.5.0...1.8.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
bbea5a4 to
e82e83e
Compare
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.
Updates the requirements on scikit-learn to permit the latest version.
Release notes
Sourced from scikit-learn's releases.
Commits
646da0f[cd build]4f4f283Generate changelog967dcdeSet versioncb1424bDOC Release highlights for 1.8 (#32809)5645b27🔒 🤖 CI Update lock files for main CI build(s) 🔒 🤖 (#32859)6b9fb11🔒 🤖 CI Update lock files for free-threaded CI build(s) 🔒 :rob...a0f6d88🔒 🤖 CI Update lock files for array-api CI build(s) 🔒 🤖 ...c1de8fcFIX Makeget_namespacehandle pandas dataframe input (#32838)764249aFix_safe_indexingwith non integer arrays on array API inputs (#32840)eca5e0aFIX Add new default max_samples=None in Bagging estimators (#32825)