Hello Lakshya Jain,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you would like to fix memory has been exhausted error that you encountered in Azure Machine Learning Studio in Convert to Indicator Values module.
Each of the steps below are independent guideline to resolve the issue:
- Review detailed logs (
user_logs/std_log.txt
) for insights into memory usage and specific bottlenecks. - Optimize datasets locally before uploading to Azure ML Studio to reduce resource usage. - https://pandas.pydata.org/docs and https://scikit-learn.org/stable/documentation.html
- For sustained operations, consider higher-tier instances or GPU-enabled compute for demanding tasks. - https://zcusa.951200.xyz/en-us/azure/machine-learning
- Split datasets into manageable chunks to prevent memory exhaustion and handle intermediate outputs efficiently.
- Use Azure ML's Data Prep SDK to manipulate large datasets efficiently and avoid memory-related issues in the pipeline. - https://zcusa.951200.xyz/en-us/azure/machine-learning/how-to-data-prep-sdk
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.