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

tidymodels + azure machine learning #61

Open
verajosemanuel opened this issue May 25, 2021 · 4 comments
Open

tidymodels + azure machine learning #61

verajosemanuel opened this issue May 25, 2021 · 4 comments

Comments

@verajosemanuel
Copy link

Feature

In situations when I have a lot of heavy computations It would be very nice to run tidymodels on Azure Machine Learning.

is there any possibility of doing such?

Regards

@juliasilge
Copy link
Member

juliasilge commented Jun 3, 2021

Have you checked out some of the documentation for the Azure ML SDK for R? The approach laid out here looks like it could be adapted to use tidymodels instead of caret, although it is a bit older from September of 2020 so I'm not sure how up-to-date that documentation is.

@verajosemanuel
Copy link
Author

verajosemanuel commented Jun 3, 2021

no success so far. Some reading makes me think this is not possible.

Max Kuhn commented here long time ago.

https://twitter.com/topepos/status/1254972604693258246

And to my request, answered "not yet"

So, if my english is correct, no way to use tidymodels on Azure right now.

@juliasilge
Copy link
Member

Well, we're not so sure that there is no way to use tidymodels on Azure currently. For example, have you looked into using Azure as a parallel backend?

@edgBR
Copy link

edgBR commented Feb 20, 2022

Hi @verajosemanuel

You can use whatever language in azure machine learning. You just need to create a container with your dependencies, an entry point script with the parameters your tidymodels algorithm/pipeline needs and then log your metrics to azure using the older azure SDK.

If what you what is distributed training then this is a bit more complex.

BR
Edgar

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

No branches or pull requests

4 participants