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 459 machinelearning issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I'm requesting this feature after trying to use the GPT2-style tokenizer I trained using HuggingFace in my .NET code. I...

enhancement
Deep Learning

**System Information (please complete the following information):** - OS & Version: Windows 10] - ML.NET Version:ML.NET 3.0.0 - .NET Version: .NET 8 **Describe the bug** When using mlcontext.Data.Cache on idataview...

untriaged

**System Information (please complete the following information):** - OS & Version: Windows 10 - ML.NET Version: 3.0.0 - .NET Version: 7.0 **Describe the bug** I'm trying to build something with...

untriaged

- OS & Version: Windows 11 Insider Build 23606.1000 - ML.NET Version: 3.0.0 - .NET Version: Net 8.0 **Describe the bug** I created a PredictionEnginePool in Program.cs as: _builder.Services.AddPredictionEnginePool() .FromUri(...

untriaged

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=601237 Build error leg or test failing: Microsoft.ML.AutoML.Tests.WorkItemExecution Pull request: https://github.com/dotnet/machinelearning/pull/7064 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json...

untriaged
blocking-clean-ci
Known Build Error

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=599035 Build error leg or test failing: Microsoft.ML.Tests.TrainerEstimators.TrainerEstimators.TestEstimatorMulticlassNaiveBayesTrainer Pull request: https://github.com/dotnet/machinelearning/pull/7058 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json...

untriaged
blocking-clean-ci
Known Build Error

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=598340 Build error leg or test failing: Microsoft.ML.Tests.WorkItemExecution Pull request: https://github.com/dotnet/machinelearning/pull/7055 ## Error Message ```json { "ErrorMessage": ["Microsoft.ML.Tests.OnnxConversionTest.NaiveCalibratorOnnxConversionTest [FAIL]", "Values to compare are 0.75 and 1"],...

blocking-clean-ci
Known Build Error

Hello, Does ML.NET support image processing, such as removing background or making a specific item different color, using a set of images? If so, is there a documented example for...

enhancement
untriaged

Fixes #7141 Currently when you use `LoadCsv` or `LoadCsvFromString` without supplying data types for each column, the code will try to guess the data types based on the data in...

community-contribution