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.** In my company we want add ML blocks to our arsenal (made with Blockly) with witch you could train and...
From feedback from a customer using SQL Server Functions and Stored Procedures implemented in C#: Basically, would be good to have an API like the following: .SaveModelToDb() .LoadModelFromDb() The reasons...
- AutoML Sweepable API (#5993) - [x] implementation (#6285) - [x] make it public (#6173) - [ ] documents - [x] [sweepable pipeline](https://github.com/dotnet/machinelearning/pull/6218) - [ ] code example - [x]...
## Summary This issue tracks priorities and discussions around DataFrame improvements based on issues and feedback. Microsoft.Data.Analysis Open Issue Query: https://github.com/dotnet/machinelearning/issues?q=is%3Aopen+is%3Aissue+label%3AMicrosoft.Data.Analysis ## Work Items - [x] #6499 - [ ]...
Added standard deviation and percentiles (25, 50, 75) for the description method of dataframe. Added corresponding tests as well in DataFrameTest.cs which passes
**System Information (please complete the following information):** - OS & Version: Windows 10 - ML.NET Version: ML.NET 2.0 preview (but have the same results when using 1.7.1 versions) - .NET...
See https://github.com/dotnet/machinelearning/issues/5972 This universal integration with ADO.NET allows importing and exporting data to a large number of SQL-compatible databases. In addition to this, this PR adds methods to load data...
The link to an article describing greedy function evaluation is broken: https://projecteuclid.org/DPubS?service=UI&version=1.0&verb=Display&handle=euclid.aos/1013203451. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue...
This used to work before but now I cannot use CreateFromEnumerable in F# now. In F#, we define mutable classes by annotating F# 'record' types with CLIMutable: ```F# [] type...
ModelBuilder just add support for `Datetime` type, in order to make the most use of this type, it would be helpful if ML.Net has API to extract specific date information...