Update pydantic requirement from >=2.0.0 to >=2.13.4#10
Open
dependabot[bot] wants to merge 19 commits into
Open
Update pydantic requirement from >=2.0.0 to >=2.13.4#10dependabot[bot] wants to merge 19 commits into
dependabot[bot] wants to merge 19 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
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](pydantic/pydantic@v2.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
4939850 to
dd3d365
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 pydantic to permit the latest version.
Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
cf67d4bFix lintingf0d8a21Prepare release v2.13.45e3fe1dCheck for pydantic tag pattern in CI7f9edccDocument tagging conventionsb46a0c9Adaptpydantic-corelinker flags on macOS50629c8Update to PyPy 7.3.228522ebbPreserveRootModelcore metadataa37f3afAdaptMISSINGsentinel test to work with unreleasedtyping_extensionsver...909259aRemove Logfire example in documentation2c4174cBump libc from 0.2.155 to 0.2.185