Revert ModelCar change to Gaussian credit model#885
Revert ModelCar change to Gaussian credit model#885sheltoncyril merged 2 commits intoopendatahub-io:mainfrom
Conversation
|
The following are automatically added/executed:
Available user actions:
Supported labels{'/lgtm', '/build-push-pr-image', '/hold', '/wip', '/verified', '/cherry-pick'} |
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
tests/model_explainability/trustyai_service/conftest.py (1)
290-294: gaussian_credit_model fixture changes look consistent with MinIO data-connection usageSwitching the ISVC name to
GAUSSIAN_CREDIT_MODELand wiringstorage_key=minio_data_connection.nameplusstorage_path=GAUSSIAN_CREDIT_MODEL_STORAGE_PATHmatches the pattern implied by theminio_data_connectionfixture and keeps the storage details centralized in constants. Behavior should remain predictable across tests, and I don’t see any functional problems.If you want to tighten readability, you could add a short comment clarifying that
storage_keyis the MinIO data-connection Secret name andstorage_pathis the model path within the bucket, but that’s optional.Also applies to: 301-313
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
tests/model_explainability/trustyai_service/conftest.py(3 hunks)
🧰 Additional context used
🧬 Code graph analysis (1)
tests/model_explainability/trustyai_service/conftest.py (1)
tests/conftest.py (1)
minio_data_connection(590-602)
🔇 Additional comments (1)
tests/model_explainability/trustyai_service/conftest.py (1)
25-39: Using GAUSSIAN_CREDIT_MODEL constants in imports looks goodPulling
GAUSSIAN_CREDIT_MODELandGAUSSIAN_CREDIT_MODEL_STORAGE_PATHfrom the shared constants module removes hard‑coded strings and keeps the fixture aligned with any future changes to naming or storage config. No issues here.
|
Status of building tag latest: success. |
|
/cherry-pick 2.25 |
|
Cherry pick action created PR #909 successfully 🎉! |
Just reverting this as it does not seem to work well with Seldon ML Server
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.