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

**Is your feature request related to a problem? Please describe.** You’re doing a lot of great work, but I think better OLS support would be really valuable. I know that...

enhancement

## System Information - Linux Docker container running on Windows 10 / 11 or in ACI - ML.NET v1.4.0 - .NET Version: .NET 6.0 ## Problem description We have an...

bug
image

I filter data from a dataview to get all items within a specific time period. It seems slow compared to filtering with LINQ from objects in memory. Is there a...

enhancement
Microsoft.Data.Analysis

schema should contain all required information to generate both input/output class ## Usage - add `model.zip` as `AdditionalFiles` and set `IsMLNetModel` to `true` ![image](https://user-images.githubusercontent.com/16876986/163893797-5000759b-6dbb-4b60-be32-35163a1b2f82.png) - mlnet generate both input and...

enhancement
P2

We are trying to use in memory images with the new ImageTypeAttribute, and it seems to work fine with const width and height. The problem is that we need the...

question
P3
image

I have the following build script: ``` dotnet publish -c Release --runtime linux-arm64 --self-contained ``` This results in the following error: ``` /Users/gjtorikian/.nuget/packages/microsoft.ml/1.7.1/build/netstandard2.0/Microsoft.ML.targets(16,5): error : Microsoft.ML currently supports 'x64' and...

enhancement
Build
P2

I am running the new PFI API (main branch with #5934) for a FastTreeBinary loaded model created by AutoML API. **Main question:** I receive items like "Slot 48416" from `MLContext.BinaryClassification.PermutationFeatureImportanceNonCalibrated().`...

enhancement
question
documentation

Microsoft.ML.Parquet must use Parquet.net version == 2.1.3 . It may not use the current Parquet.net versions 3.xx (3.91) as the internal structures have changed and Parquet.Data.Dataset does not exist in...

enhancement
loadsave

**System Information (please complete the following information):** - OS & Version: Windows 10 - ML.NET Version: ML.NET v1.7.1 - .NET Version: .NET 6.0 - Model Builder version: 16.13.1.2210302 **Describe the...

bug
ModelBuilder

.Net Core 3.1 Microsoft.Data.Analysis Nuget package version: 0.19.1 The last line of the following program crashes with the exception: System.ArgumentException: 'Cannot cast column holding System.Double values to type System.Double' using...

P2
Microsoft.Data.Analysis