Inference pipeline testing refactor v3#250
Merged
kaylawilding merged 70 commits intodevelopfrom Jul 25, 2025
Merged
Conversation
Change model uri to use a registered model in the gold volume rather than an unregistered model in a run
SHAP takes a long time so for testing I just want to do 100 obs for now, will revert back when its running successfully
...ence/pdp_inference/workflow_asset_bundle/resources/github_sourced_pdp_inference_pipeline.yml
Show resolved
Hide resolved
|
|
||
| ref_dtypes = df_ref.dtypes.apply(lambda dt: dt.name).to_dict() | ||
|
|
||
| # for col in df_ref.columns: |
Collaborator
There was a problem hiding this comment.
let's remove this if we aren't using this. same with code below until line 250.
…ub.com/datakind/student-success-tool into inference-pipeline-testing-refactor-v3
vishpillai123
approved these changes
Jul 25, 2025
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.
Updating the pipelines to v0.3.5. Will need to make edits for v0.3.8 for sure. But want to get all of these in first.
context
These changes were to get the pipeline running in v0.3.5
questions
None