-
Reasons for this are listed in issue #2663.
Currently, ModelOperationsCatalog offers the following API:
```
public void Save(ITransformer model, Stream stream)
public ITransformer Load(Stream…
-
In our code base we make the implicit assumption that all classes implementing `ITransformer` also implement `ICanSaveModel`. `ITransformer` is the abstraction that transforms the data and both single…
-
**System Information (please complete the following information):**
- OS & Version: Windows Server 2022 Preview
- ML.NET Version: ML.NET 1.6 (custom build, but no changes on text loading)
- .NET…
-
### System information
- **OS windows 10**:
- **.NET Version (Microsoft.NETCore.App 2.2.3)**:
### Issue
- **What did you do?**
trained a model using LinearSupportVectorMachines
- **What h…
-
So, I had a conversation with @eerhardt and @yaeldekel, about the nature of models, in particular relating to the saving and loading routines. This is very important for us to get right, since the art…
-
### System information
- **OS version/distro**:
windows 7
- **.NET Version (eg., dotnet --info)**:
4.6.1
### Issue
- **What did you do?**
I am able to dynamically train and create my reg…
-
### System information
- **OS version/distro**: CentOS 7.9
- **.NET Version (eg., dotnet --info)**: 3.1.404
### Issue
Upgrading from the mlnet cli tool from v0.15.1 to v16.2 I am unable to imp…
-
In order to load a model from disk, one currently has to do something like this:
```cs
ITransformer trainedModel;
using (var stream = new FileStream(ModelPath, FileMode.Open, FileAccess.Read, Fil…
-
### System information
- **OS version/distro**:win10-x64
- **.NET Version (eg., dotnet --info)**: 3.1.101
### Issue
- **Have been playing around with machine learning as of late, made a basi…
-
Hi, I get an exception on prediction with AutoML.
Before you run the Problem you need to reference two NuGet Packages Microsoft.ML and Microsoft.ML.AutoML
Here ist the complete code to reproduce th…