Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbreak image datasets in model prediction component #3469

Merged
merged 9 commits into from
Oct 9, 2024

Conversation

rdondera-microsoft
Copy link
Contributor

@rdondera-microsoft rdondera-microsoft commented Oct 8, 2024

Image dataset creation code was broken by an update to a pandas version without dataframe.append(), which creation code called. This PR creates datasets by appending to lists and making dataframes from them. Also included: unit tests.

Tested by running unit tests locally and pipelines in the cloud: https://ml.azure.com/experiments/id/3cfa7d04-03b8-4d43-a540-b8d6f93e43b4/runs/strong_plow_cfb11ywv18?wsid=/subscriptions/dbd697c3-ef40-488f-83e6-5ad4dfb78f9b/resourceGroups/rdondera/providers/Microsoft.MachineLearningServices/workspaces/validatr&tid=72f988bf-86f1-41af-91ab-2d7cd011db47# and https://ml.azure.com/experiments/id/9f7237b4-3232-49d3-ae02-e07326242835/runs/mango_skin_kqs2b1l5cl?wsid=/subscriptions/dbd697c3-ef40-488f-83e6-5ad4dfb78f9b/resourceGroups/rdondera/providers/Microsoft.MachineLearningServices/workspaces/benchmarking&tid=72f988bf-86f1-41af-91ab-2d7cd011db47# .

Note: a github workflow for the unit tests will be added in a subsequent PR.

@rdondera-microsoft rdondera-microsoft marked this pull request as ready for review October 9, 2024 15:46
@rdondera-microsoft rdondera-microsoft requested a review from a team as a code owner October 9, 2024 15:46
@rdondera-microsoft rdondera-microsoft merged commit 597d616 into main Oct 9, 2024
37 checks passed
@rdondera-microsoft rdondera-microsoft deleted the rdondera/fix_df_append branch October 9, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants