-
### System information
- **OS version/distro**:
windows 7
- **.NET Version (eg., dotnet --info)**:
4.6.1
### Issue
how to build DataViewSchema with Annotations?
- **What did you do?**
how t…
-
### System information
- **OS version/distro**: Windows 10 Pro 10.0.18363
- **.NET Version (eg., dotnet --info)**: 3.1.0
### Issue
- **What did you do?**: I've tried to delete an image fil…
-
Hi
After loading model for binary classification we are trying to get submodel and calibrator
but if you see after loading model we write below code
```
((Microsoft.ML.Calibrators.CalibratedM…
-
i have created class and its field with assign value at run time and want to pass it in (of TRow)
Model.CreatePredictionEngine(Of TRow, TDst)(loadedModel)
-
I am trying to Consume the ML.NET model to predict the results via following code
public static ModelOutput Predict(ModelInput input)
{
// Create new MLContext
…
-
### System information
- **OS version/distro**:Windows 10
- **.NET Version (eg., dotnet --info)**: 3.0.1 and 2.1.8
- **.NET Try Version**: Tool 'dotnet-try' (version '1.0.19553.4') and (versio…
-
Right now when we use an ONNX model that is saved inside an ML.NET model, we create a new temp file for the ONNX model. This temp file is only cleaned up if the user manually calls dispose on the load…
-
### System information
- **Windows 10 Enterprise 64bit/19042.1165**:
- **.NET 5.0**:
### Issue
- **I'm trying to build a offline transfer learning application using ML.NET**
- **When creat…
-
### System information
- Win7
- DotNet Core 2.1
### Issue
- after first training ,
```C#
transf = mlc.Transforms.Text.FeaturizeText("Features", "TextData")
.Append(mlc.BinaryClassif…
-
### System information
- **OS version/distro**:
- **.NET Version (eg., dotnet --info)**:
ML.NET 1.4.0
### Issue
SEE LINK https://dotnet.microsoft.com/learn/ml-dotnet/what-is-mldotnet
in…