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

The WordPiece algorithm should be added to Microsoft.ML.Tokenizers. WordPiece algorithm is the basis for BERTTokenizer-based models. Needed for [E5](https://arxiv.org/abs/2212.03533) We can see reference implementations in https://github.com/microsoft/BlingFire (MIT license) https://github.com/huggingface/tokenizers (Apache...

enhancement
P2

Windows 11 Surface Pro 8 - ML.NET Version 3.01 -NET 8 I have a selfmade training set of free hand drawn simple objects - black on white - circle, rect,...

untriaged
needs-further-triage

I used to work with DataFrames and RStudio some years ago but only have been using C# with line of business apps in the recent years. When tasked with a...

enhancement
untriaged
needs-further-triage

It should only depend on libiomp5 for linux-x64. Will need to adjust the native linux build to fix that.

**System Information (please complete the following information):** - OS & Version: Windows 10 - ML.NET Version: Microsot.ML 3.0.0 **Describe the bug** Fit method accesses the database two times instead of...

lightgbm
untriaged
needs-further-triage

It would be nice if I can pass a checkpoint folder to the object detection trainer option, which can be used to save and load intermediate weight for every N...

enhancement
untriaged
needs-further-triage

Hi team, is it possible to create a ChatGPT clone trained on own data using ML.NET ? I'm really in need for feedback before deciding to get into ML.NET for...

enhancement
untriaged

**System Information (please complete the following information):** daily build **Feature request** LightGBM support GPU for the 2nd part of the algorithm. However, the binary for GPU support needs to be...

needs-further-triage

In current Microsoft.ML developers may need to reduce size of huge datasets (#6679) or at least it might be advisable to do so: For many problems and algorithms hyperparameters tuning...

enhancement