Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

What do you recommend to use instead of DoAzureParallel #377

Open
FvD opened this issue May 17, 2021 · 1 comment
Open

What do you recommend to use instead of DoAzureParallel #377

FvD opened this issue May 17, 2021 · 1 comment

Comments

@FvD
Copy link

FvD commented May 17, 2021

The message that you stopped development is clear, but what alternatives to this package do you suggest. Is there better functionality on Azure or in another R package to farm out processes to low cost vm's on Azure?

@brnleehng
Copy link
Collaborator

There are some Azure services that I can suggest.

HDSight: You can use any VM sizes
https://docs.microsoft.com/en-us/azure/hdinsight/r-server/r-server-overview

Azure Machine Learning Server:
https://docs.microsoft.com/en-us/machine-learning-server/rebranding-microsoft-r-server

Azure Machine Learning Services: I believe you can take your R scripts and distribute the script + training data to different nodes.
https://azure.microsoft.com/en-us/services/machine-learning

Azure R packages: There's a collection of R SDKs for Azure. You can use the AzureVM R package to spin up some low cost VMs as well.
https://github.com/Azure/AzureR
https://github.com/Azure/AzureVM

Thanks,
Brian

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants