-
**### System information**
- Win 10, 1903
- .NET 4.7.2
**### Issue**
remark: I do have a functional workaround solution, but it requires quite some nasty additional code and probably is a bit sl…
-
Update generated code so that:
- Creating a new MLContext
- Loading the model
- Creating the Prediction Engine
happen outside of the Predict() method. We don't want all these things to happen …
-
We often starts our trainer examples with text loader but recently I feel loading text into `IDataView` is not directly related to the actual training procedure. If we use
```csharp
///
/// Exampl…
-
So, a somewhat embarrassing blunder to report... not quite sure how to say this.
Throughout our codebase, for years we've ***always*** specified the name of the output column of a transform first, …
-
I ran `python runbenchmark.py MLNet test -t iris -f 0 -m docker -s force` and it produced the following failure:
```
train dataset: /input/org/openml/www/datasets/61/dataset_train_0.csv
test datase…
-
**System Information (please complete the following information):**
- Model Builder Version: Latest version ML.NET Model Builder GPU Support (Preview)
- Visual Studio Version: 2019
**Describe t…
-
* Command-Prompt
C:\>mlnet image-classification --dataset "C:\Shoreline Image Classifiers\Z00\Training Images" -o "C:\ML-Test" --log-file-path "C:\ML-Test\ML-Test.log" --cache On
Save Label File t…
-
https://github.com/dotnet/samples/blob/b4e9a57ac3f705a9bb09f059149f883a7b400ad4/machine-learning/tutorials/TaxiFarePrediction/Program.cs#L125
Hi, the predicted fare here is **0**. There must be a b…
-
I am getting this error when trying to bundle the following less file. I can reproduce this in BundleTransformer.Less v 1.10.0 and v 1.12.0
```less
@primary-grey-50: #b4bbc2;
.generate-shades(l…
-
**Model Builder Version**: Model Builder Preview 16.3.0.2056001
**Visual Studion Version**: 16.10.0 Preview 2.0
**Bug description**
Training fails. I worked one time when I used the builder to lear…