machinelearning
machinelearning copied to clipboard
ML.NET is an open source and cross-platform machine learning framework for .NET.
**System Information (please complete the following information):** - OS & Version: [e.g. Windows 10] - ML.NET Version: [e.g. ML.NET v1.5.5] - .NET Version: [e.g. .NET 5.0] **Describe the bug** A...
**Is your feature request related to a problem? Please describe.** I'm using the prediction engine pool from a URI as such: ``` services.AddPredictionEnginePool().FromUri( uri: $"{URI}", period: TimeSpan.FromMinutes(5)); ``` Which is...
We are excited to review your PR. So we can do the best job, please check: - [x] There's a descriptive title that will make sense to other developers some...
I've looked into the available documentation and examples, but haven't been able to figure out if it is possible to use the ML.NET in its current state for (non-deep) reinforcement...
## Problem When I want to apply a custom transform to a single data column in my dataset, I have to provide the input and output types. If I've used...
Every year we conduct a survey to gather feedback on pain points and feature requests that help shape the direction of Machine Learning in .NET. This past year we have...
Model Builder Version : 16.1.0.20.27905 Visual Studio Version : 16.11.18 Bug description With freshly-updated [as of today, 2022-08-19] VS2019 and model builder, I tried to use the new ML builder...
Add [`ReplaceMissingTimeSeriesValues`](https://github.com/dotnet/machinelearning/blob/0577957256c296fdea2deb6b6e00e7be9b458167/src/Microsoft.ML.Featurizers/TimeSeriesImputer.cs) to reference API docs. It's missing from the latest 1.7.0 and 2.0.0 versions. [.NET API Browser](https://learn.microsoft.com/dotnet/api/?view=ml-dotnet&preserve-view=true&term=ReplaceMissingTimeSeriesValues)
Add [`FeaturizeDateTime`](https://github.com/dotnet/machinelearning/blob/0577957256c296fdea2deb6b6e00e7be9b458167/src/Microsoft.ML.Featurizers/DateTimeTransformer.cs) transform to API docs. Currently it doesn't show up for the latest 1.7.0 and 2.0.0-preview versions. [.NET API Browser](https://learn.microsoft.com/dotnet/api/?view=ml-dotnet-2.0.0&term=FeaturizeDateTime)
**Is your feature request related to a problem? Please describe.** I am running model.Transform. Then, I am would like to get the original field "Quote" with type string. I would...