Site icon R-bloggers

Advent of 2022, Day 1 – What is Azure Machine Learning?

[This article was first published on R – TomazTsql, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Azure Machine Learning (or Azure Machine Learning Service and abbreviation AML) is Azure’s cloud service for creating, managing and productionalising machine learning projects. It is a collaborative tool for Data Scientists, Machine Learning Engineers, and data engineers, covering their daily and operational tasks. From creating and training to deploying and managing predictive models and machine learning solutions.

With the support of many open-source platforms and frameworks, implementation becomes fast and repeatable. Just to name a few, MLOps helps monitor, retraining, deploying models and artefacts.

Open source Python frameworks are available of the box and these are:

Who is Azure Machine Learning for?

Notebooks will be a great point, where the complete data science team will get involved with AML. On top of that, data analysts will also be part of the project. Machine Learning engineers will do the DevOps and MLOps part and data engineers will also contribute with governance, security and providing enterprise compliance.

Enterprises working in the Microsoft Azure cloud will be able to use security and role-based access control (RBAC) for infrastructure.

What tools do you have available?

Besides the Azure Machine learning Studio,

Snippet of Azure Machine Learning studio

you will also have several additional tools for creating, running and deploying solutions. Most essential is Python SDK, general Azure CLI with ML extensions, and durable Azure Resource Manager APIs for ML tooling.

What can you do with Azure Machine Learning?

Notebooks provide great collaboration within the team of data scientists as well as with other data-orientated teams. Besides that, AML will offer the:

How to get started?

All you need is an Azure subscription (you can get one for free). Once you register and login, one last thing is a dataset and a problem you wish to solve.

Tomorrow we will look into creating an Azure Machine Learning workspace.

Compete set of code, documents, notebooks, and all of the materials will be available at the Github repository: https://github.com/tomaztk/Azure-Machine-Learning

Happy Advent of 2022!

To leave a comment for the author, please follow the link and comment on their blog: R – TomazTsql.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.