machinelearning
machinelearning copied to clipboard
ML.NET is an open source and cross-platform machine learning framework for .NET.
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...
### 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...
#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) {...
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...
**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...
Why am I getting this error? 
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...