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

I see dozens of issues and enhancement suggestions for DataFrame in Microsoft.Data.Analysis namespace untouched for almost a year. Are there any resources allocated to address those? Is the project dead?...

enhancement
Microsoft.Data.Analysis

It seems that dataframe API still doesn't support vbuffer, in which case if there's vbuffer type in `IDataView`, `ToDataFrame()` will fail.

Microsoft.Data.Analysis

With the addition of https://github.com/dotnet/machinelearning/pull/4391, we added two new string properties to `CodeGeneratorSettings`: * StablePackageVersion * UnstablePackageVersion These properties are required to be set, if you don't code gen fails....

P2

**System Information (please complete the following information):** - OS & Version: Windows 11 - ML.NET Version: 1.7.0 - .NET Version: .NET 6.0 **Describe the bug** For multiclass classification problems, SlotNames...

bug
P2

**System Information (please complete the following information):** - OS & Version: Windows 10 - ML.NET Version: ML.Net 1.7.0 - .NET Version: .Net 6.0 **Describe the bug** After fitting a KMeans...

**System Information (please complete the following information):** - OS & Version: Windows 11 - ML.NET Version: ML.NET v1.7 - .NET Version: .NET 6.0 - ML.NET Model Builder: ML.NET Model Builder...

need info
ModelBuilder

Hey Guys, I have a question about GPU support in ML.NET. My environment is: • Visual Studio 2022 (Preview) • .NET 6.0 (Preview) I have downloaded and installed “ML.NET Model...

ModelBuilder

The example ApplyCustomWordEmbedding is not correct, because the method NormalizeText in ML 1.6, has by default keepPunctuation = true, which leads to extracting "product.", not "product". The output is as...

documentation
P3

This is the initial design/proposal doc for a Sweepable API. I would appreciate it if you could each review it and give me your feedback.

AutoML.NET

Creating pipelines for big datasets can be complex. Datasets may have hundreds or thousands of columns. Type of columns may vary. Even if the type is text, some may be...

enhancement
AutoML.NET