How to install ML.NET Model Builder
Article 07/28/2022
5 contributors
Feedback
In this article
Prerequisites
Limitations
Install Model Builder
Uninstall Model Builder
Upgrade Model Builder
Learn how to install ML.NET Model Builder to add machine learning to your .NET applications.
Visual Studio 2022 or Visual Studio 2019.
.NET Core 3.1 SDK or later.
ML.NET Model Builder Extension currently only works on Visual Studio on Windows.
ML.NET Model builder is built into Visual Studio. To enable it:
Open the Visual Studio Installer.
Select Modify to modify your current version of Visual Studio.
In the Visual Studio Installer, select the Individual components tab.
From the list of .NET components, check the ML.NET Model Builder checkbox.
Open the Visual Studio Installer.
Select Modify to modify your current version of Visual Studio.
In the Visual Studio Installer, select the Individual components tab.
From the list of .NET components, check the ML.NET Model Builder (Preview) checkbox.
ML.NET Model builder is built into Visual Studio. To disable it:
Open the Visual Studio Installer.
Select Modify to modify your current version of Visual Studio.
In the Visual Studio Installer, select the Individual components tab.
From the list of .NET components, uncheck the ML.NET Model Builder checkbox.
Open the Visual Studio Installer.
Select Modify to modify your current version of Visual Studio.
In the Visual Studio Installer, select the Individual components tab.
From the list of .NET components, uncheck the ML.NET Model Builder (Preview) checkbox.
Model Builder automatically updates when there's a new version.
However, if you'd prefer to manually install the latest version, either download it from Visual Studio Marketplace or use the Extensions Manager in Visual Studio. See how to update a Visual Studio extension for more information.