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

Update show_azure.py #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mst-rajatmishra
Copy link

Hello,
I tried making some improvements in code,

  • I used StringIO to buffer the markdown output and only write it to the file once all experiments are processed.
  • ThreadPoolExecutor is used to process experiments in parallel, significantly improving performance if there are many experiments.
  • Errors are logged using Python's logging module, with different levels for warnings and errors.
  • The validate_config() function checks that all required keys exist in the configuration.
  • The output table is properly formatted with placeholders for missing values and formatted columns.

Hope this would be Useful Contribution.
Thank You,
Rajat Mishra

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