machinelearning icon indicating copy to clipboard operation
machinelearning copied to clipboard

ML.NET is an open source and cross-platform machine learning framework for .NET.

Results 442 machinelearning issues
Sort by recently updated
recently updated
newest added

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=976256&view=logs&j=12b34f85-96db-5b04-05cf-faf2be278867 Build error leg or test failing: Windows_x64 / Windows_x64 Build_Debug / Run All Tests. Pull request: https://github.com/dotnet/machinelearning/pull/7414 ## Error Message Fill the error message using...

blocking-clean-ci
Known Build Error

Multiple tests can run concurrently and try to download this resource to the same folder. ## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=954239 Build error leg or test failing: Microsoft.ML.AutoML.Test.AutoFeaturizerTests.AutoFeaturizer_image_test Pull request: https://github.com/dotnet/machinelearning/pull/7388...

blocking-clean-ci
Known Build Error

Fixes #7471 NumSharp replaced with Tensorflow.NumPy. TensorShape replaced with Shape, Shape object has dimensions as 64 bit long, check added for casting to 32 bit int alsoTensor constructor using SafeTensorHandle/DangerousGetHandle...

community-contribution

Naming error: c# Phi3ForCasualLM , python Phi3ForCausalLM `from transformers import Phi3ForCausalLM`

untriaged

Microsoft.ML.GenAI.Phi 0.23.0-preview.1.25127.4 Microsoft.ML.Tokenizers 2.0.0-preview.1.25127.4 Microsoft.ML.Tokenizers.Data.Cl100kBase 2.0.0-preview.1.25127.4 ``` public async static void Test2() { string device = "cuda"; var weightFolder = @"D:\model\Phi-3-mini-128k-instruct"; var model = Phi3ForCasualLM.FromPretrained(weightFolder, "config.json", layersOnTargetDevice: -1, quantizeToInt4: true,...

untriaged

Phi3Model support phi4 and phi4-mini https://github.com/dotnet/machinelearning/blob/main/src/Microsoft.ML.GenAI.Phi/Module/Phi3Model.cs

enhancement
untriaged

This pull request updates the following dependencies [marker]: (Begin:c692823c-b896-437f-4f57-08dc434cc8f6) ## From https://github.com/dotnet/arcade - **Subscription**: [c692823c-b896-437f-4f57-08dc434cc8f6](https://maestro.dot.net/subscriptions?search=c692823c-b896-437f-4f57-08dc434cc8f6) - **Build**: [20250613.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2729447) - **Date Produced**: June 13, 2025 9:29:01 AM UTC - **Commit**: [7a09c1144283309440a7966c664199944198c920](https://github.com/dotnet/arcade/commit/7a09c1144283309440a7966c664199944198c920)...

This PR converts the entire repository to use NuGet Central Package Management as requested in issue #7479. This centralizes all package version management in a single `Directory.Packages.props` file while ensuring...

Current release of ML.Net is fixed to Tensorflow 2.3.1 with CUDA and Cudnn support at 10. and 7.6 respectively. Models trained with this set up work natively with Turing based...

TensorFlow

Convert this repository to use NuGet CentralPackageManagement with transitive pinning enabled. https://learn.microsoft.com/en-us/nuget/consume-packages/Central-Package-Management Create a root Directory.Packages.props with PackageVersion items for all packages used by this repository. Those should use the...

untriaged