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

Hello ML.NET, Is there any way I can use ML.NET to created named entities? Thanks, -Max

enhancement
question
P2
Deep Learning

**Is your feature request related to a problem? Please describe.** I'm using an ONNX model via `ApplyOnnxModel` and some pre-processing (which is really fast!), but I'd like it to use...

enhancement

We are excited to review your PR. So we can do the best job, please check: - [x] There's a descriptive title that will make sense to other developers some...

.Net Core 3.1 Microsoft.Data.Analysis Nuget package version: 0.19.1 This would be the logical way to call the method: dataFrame.Columns["Date_left"].SetName("Date"); But, this does not result in the column being properly renamed....

enhancement
P2
Microsoft.Data.Analysis

**System Information (please complete the following information):** - OS & Version: MacOS 12.4 - ML.NET Version: Microsoft.ML 1.7.1 - .NET Version: NET 6.0 **Describe the bug** It seems impossible to...

bug
needs-further-triage

**System Information (please complete the following information):** - Checked on multiple systems (win 10, win 2019,2021 server) - ML.NET Version: ML.NET 1.7.0 - .NET Core 2.2.3 **Describe the bug** When...

bug
needs-further-triage

**System Information (please complete the following information):** - Windows 10 build 19044.1766 - ML.NET v1.7.1 - .NET 6.0 **Describe the bug** For a given image input to the prediction engine,...

image
untriaged
needs-further-triage

Related to: #1912 Related to: [Issue 1091 on the Fairlearn Repo](https://github.com/fairlearn/fairlearn/issues/1091) As part of my summer internship project, I have created several classes that will provide a foundation for the...

needs-author-action
no-recent-activity
community-contribution

### System information - **OS version/distro**: Windows 10 - **.NET Version (eg., dotnet --info)**: ML.NET v4.0.30319 ### Issue - **What did you do?** - I have a data class that...

untriaged

## Problem Given a DataFrame with 3 rows, calling `Head(5)` throws an error. ![image](https://user-images.githubusercontent.com/46974588/183127094-cb6b8a88-b0b0-4412-a871-faa3f8691fcb.png) ## Suggested solution Head should return the minimum of the number provided as a parameter and...

enhancement
Microsoft.Data.Analysis