machinelearning
machinelearning copied to clipboard
ML.NET is an open source and cross-platform machine learning framework for .NET.
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?...
It seems that dataframe API still doesn't support vbuffer, in which case if there's vbuffer type in `IDataView`, `ToDataFrame()` will fail.
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....
**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...
**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...
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...
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...
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.
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...