machinelearning
machinelearning copied to clipboard
ML.NET is an open source and cross-platform machine learning framework for .NET.
**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...
## 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...
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...
schema should contain all required information to generate both input/output class ## Usage - add `model.zip` as `AdditionalFiles` and set `IsMLNetModel` to `true`  - mlnet generate both input and...
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...
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...
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().`...
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...
**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...
.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...