machinelearning
machinelearning copied to clipboard
ML.NET is an open source and cross-platform machine learning framework for .NET.
Hello ML.NET, Is there any way I can use ML.NET to created named entities? Thanks, -Max
**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...
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....
**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...
**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...
**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,...
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...
### 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...
## Problem Given a DataFrame with 3 rows, calling `Head(5)` throws an error.  ## Suggested solution Head should return the minimum of the number provided as a parameter and...