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

The `Info` method on a `DataFrame` behaves different from that of a `DataFrameColumn`. The DataFrame displays an `Info` column with labels for each column's data point (DataType, Length). The DataFrameColumn...

enhancement
Microsoft.Data.Analysis

### System information - **OS version/distro**: Windows 10 - **.NET Version (eg., dotnet --info)**: .NET 4.8 ### Issue - **What did you do?** - Hello I'd like to implement "model...

needs-author-action

#5725 Basic Agglomerative clustering implementation: 1. Implement basic agglomerative clustering. 2. Distance measure is Euclidean distance. 3. Included 3 Linkage Criteria implementations : Single Link, Complete Link, Average Link. 4....

Related to dotnet/corefxlab#2968 Looks like `DataFrame` can't handle CSV where the separator appears in the column data. ### Repro ```C# var frame = DataFrame.LoadCsv(fileName); foreach (var row in frame.Rows) {...

Microsoft.Data.Analysis

This [issue](https://github.com/dotnet/TorchSharp/issues/666) is originally reported by @drGarbinsky in TorchSharp repo and ported here. I'm currently trying to get the same running from this page: [devblogs.microsoft.com/dotnet/introducing-the-ml-dotnet-text-classification-api-preview](https://devblogs.microsoft.com/dotnet/introducing-the-ml-dotnet-text-classification-api-preview/) working with: dotnet: 7.0.100-preview.6.22352.1 Microsoft.ML...

I am formatting this issue as a feature suggestion, however, I am also looking for a workaround - a way to do it without implementing this feature suggestion, as I...

enhancement

**System Information (please complete the following information):** Windows 11 ML.NET 1.70 .NET 4.8 **Describe the bug** I have the following code: var res = Model.Transform(dataView); var resSchema = res.Schema; var...

needs-author-action

Why am I getting this error? ![error](https://user-images.githubusercontent.com/1317234/179406005-8a411a21-07a4-4c76-9bd2-edbaa9013e36.PNG)

needs-author-action

This pull request updates the following dependencies [marker]: (Begin:97926d79-6b8b-4d32-c8db-08d9d479971c) ## From https://github.com/dotnet/arcade - **Subscription**: 97926d79-6b8b-4d32-c8db-08d9d479971c - **Build**: 20220916.3 - **Date Produced**: September 16, 2022 5:57:17 PM UTC - **Commit**: bf47db2617320c82f94713d7b538f7bc0fa9d662...

Update to the latest libraries for all dependencies of ML.NET that come from dotnet/runtime (and prior) repositories. I noticed that the dependency on `PlatformAbstractions.RuntimeEnvironment.GetRuntimeIdentifier();` was broken because DependencyModel stopped referencing...