You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ML.NET runs on Windows, Linux, and macOS - any platform where 64 bit [.NET Core](https://github.com/dotnet/core) or later is available.
18
20
19
21
The current release is 0.1. Check out the [release notes](Documentation/release-notes/0.1/release-0.1.md).
20
22
21
23
First ensure you have installed [.NET Core 2.0](https://www.microsoft.com/net/learn/get-started) or later. ML.NET also works on the .NET Framework. Note that ML.NET currently must run in a 64 bit process.
22
24
23
-
Once you have an app, you can install ML.NET NuGet from the .NET Core CLI using:
25
+
Once you have an app, you can install the ML.NET NuGet package from the .NET Core CLI using:
24
26
```
25
27
dotnet add package Microsoft.ML
26
28
```
27
29
28
-
or from the package manager:
30
+
or from the NuGet package manager:
29
31
```
30
32
Install-Package Microsoft.ML
31
33
```
32
34
33
-
Or alternatively you can add the Microsoft.ML package from within Visual Studio's NuGet package manager.
35
+
Or alternatively you can add the Microsoft.ML package from within Visual Studio's NuGet package manager or via [Paket](https://github.com/fsprojects/Paket).
0 commit comments