-
**System Information (please complete the following information):**
- OS & Version: Windows 11
- ML.NET Version: 0.20
- .NET Version: .NET 6.0
**Describe the bug**
Result of
Microsoft.ML.…
-
- version 1.5.0-preview
When I tried to create a prediction engine for one of my first models, I received an `ArgumentOutOfRangeException`. I think the error message means to tell me that the colum…
-
## Problem
To use an ONNX model with ML.NET, you create a pipeline that includes the `ApplyOnnxModel` transform. The pipeline then needs to be converted into an `ITransformer` before using the mod…
-
I created the model using the Visual Studio graphical assistant. The studio generated a project and code for me. Everything suits me, except that at the input I have to give the path to the file as a …
-
RegExpMatch uses a static instance of Perl5Compiler, while the JavaDoc of Perl5Compiler states that it's not threadsafe.
We are getting random errors (invalid patterns, array index out of bounds, .…
sLite updated
4 years ago
-
I try to follow the instructions by issuing, after succesful compiling
`salam@salamlinux bat]$ ./snmpwalk.sh -md $SNMP2XML4J/mibs -v 2 -a 195.168.1.1 -P 161 -pr udp -c public -t 1000 -r 1 -o sysDes…
-
Hi Najeeb
Follow you guide in the last tip, I created the function to retrain the model. I used LbfgsMaximumEntropy algorithms:
// STEP 1: Common data loading configuration
var data =…
-
Problem encountered on https://dotnet.microsoft.com/learn/machinelearning-ai/ml-dotnet-get-started-tutorial/generate-code
Operating System: windows
Provide details about the problem you are experi…
-
Dear Author:
Following the author's code, I found that the dimensions of the output data are (batch_size, pred_length, num__variates), but is it feasible to add a linear layer directly at the end o…
-
**System Information (please complete the following information):**
- Windows 10
- ML.NET 3.0.0
- .NET 7.0
**Describe the bug**
There are a number of examples that use a PredictionEngine wit…