News

VS Code Tool for Azure Machine Learning Ships After 7-Year Preview

Nearly seven years after its debut as a preview, the Visual Studio Code extension for Azure Machine Learning has hit general availability.

"You can use your favorite VS Code setup, either desktop or web, to build, train, deploy, debug, and manage machine learning models with Azure Machine Learning from within VS Code," said Microsoft's Leo Yao in announcing GA yesterday.

Azure Machine Learning for Visual Studio Code
[Click on image for larger view.] Azure Machine Learning for Visual Studio Code (source: Microsoft).

Formerly called "Visual studio Code Tools for AI," the extension in the Visual Studio Code Marketplace is closing in on 2.4 million installs, having debuted in September 2017. It helps developers:

  • Build and train machine learning models faster, and easily deploy to the cloud or the edge.
  • Use the latest open source technologies such as TensorFlow, PyTorch, or Jupyter.
  • Experiment locally and then quickly scale up or out with large GPU-enabled clusters in the cloud.
  • Speed up data science with automated machine learning and hyper-parameter tuning.
  • Track your experiments, manage models, and easily deploy with integrated CI/CD tooling.

Leveraging VS Code's cross-platform capabilities, the extension supports Windows, macOS and Linux Ubuntu, along with possibly other Linux distributions.

Its documentation lists more functionality in a separate bullet-point list:

  • Manage Azure Machine Learning resources (experiments, virtual machines, models, deployments, etc.)
  • Develop locally using remote compute instances
  • Train machine learning models
  • Debug machine learning experiments locally
  • Schema-based language support, autocompletion and diagnostics for specification file authoring

The preview came without a service-level agreement, and Microsoft didn't recommend it for production workloads because certain features might not have been supported or might have had constrained capabilities.

Not anymore. Yao said the extension is stable, reliable, ready for production use, and now sports additional features such as VNET support.

"With this extension installed, you can accomplish much of this workflow directly from Visual Studio Code," Yao explained. "The VS Code extension provides a user interface to create and manage Azure ML resources, such as experiments, compute targets, environments, and deployments. It also supports the Azure ML 2.0 CLI, which is the new command-line tool that simplifies the specification and execution of machine learning tasks."

He goes on to explain how devs can get started with one-click access to VS Code from Azure ML Studio, with options to use VS Code (Web) or VS Code (Desktop).

More information can be found in the Azure Machine Learning for Visual Studio Code GitHub repo and documentation titled "Azure Machine Learning documentation" on the Microsoft Learn site. The company also fielded a survey to gather feedback.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube