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

.Net Core 3.1 Microsoft.Data.Analysis Nuget package version: 0.19.1 This code results in a hang in DataFrame.Join: using Microsoft.Data.Analysis; using System; using System.Linq; namespace TestDataFRame { internal class Program { static...

bug
Microsoft.Data.Analysis

**System Information (please complete the following information):** - Windows 11 - ML.NET Version 1.7, AutoML 0.19.0 - .NET Version: .NET Core 3.1 **Describe the bug** ArgumentNullException while attempting to retrieve...

bug
P2

Using the following dataset: https://www.kaggle.com/austinreese/craigslist-carstrucks-data The dataset itself is large (1.4 GB) and sparse. Using the following code: ```csharp var df = DataFrame.LoadCsv("vehicles.csv"); ``` Throws the following exception: ```text System.IndexOutOfRangeException:...

Microsoft.Data.Analysis

_From @alexanderkyte on Apr 27, 2018, 10:58 AM PDT_ In order for our models to be useful on mobile platforms, we're going to need to get this working on mono....

P2

Typo under the description: _Returns a containing_. Returns a _what?_ --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* *...

good first issue
up-for-grabs
P3

As title _Originally posted by @andrasfuchs in https://github.com/dotnet/machinelearning-modelbuilder/issues/2042#issuecomment-1054694178_

bug
P2

Given two DataFame objects it should be easy to perform a simple outer join to achieve these results: DataFrame1: Date | ClosePrice -- | -- 3/1/2022 12:00:00 AM | 10.5...

enhancement
P2
Microsoft.Data.Analysis

**Is your feature request related to a problem? Please describe.** Fit() method is not optimized when used with databaseloader or ienumerable(sqldatareader->yield return) and is causing delays in processing. The training...

perf
loadsave

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

bug
need info
ModelBuilder

**System Information (please complete the following information):** - OS & Version: Windows 10 - ML.NET Version: Latest - .NET Version: .NET 6.0 **Describe the bug** When passing `null` into `ElementWiseXYZ`...

P2
Microsoft.Data.Analysis