Skip to content

Conversation

CynicDog
Copy link

Description

This PR improves the way temporary MLTable data is handled and uploaded in the model monitoring preprocessing script.

Key change:

  • Replaced tempfile.NamedTemporaryFile with tempfile.TemporaryDirectory when saving the MLTable object before uploading to Azure Machine Learning.

Before:

The MLTable was saved using NamedTemporaryFile, resulting in a single-file output path.

After:

Switched to TemporaryDirectory, which better reflects MLTable's directory-based format and avoids issues during upload.

@CynicDog
Copy link
Author

@microsoft-github-policy-service agree

@CynicDog
Copy link
Author

@imatiach-msft @kingernupur @jayesh-tanna @achauhan-scc
Would you be able to review my pull request #3618 at your convenience?

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.

1 participant