-
Following this tutorial using Microsoft.ML.0.10.0, I am getting an error on the Evaluate method(error below), this line:
var metrics = mlContext.BinaryClassification.Evaluate(predictions, "Label");
T…
-
Any thing other than mlContext.Regression.Trainers?
Give us a clue.
[AB#1579020](https://dev.azure.com/mseng/677da0fb-b067-4f77-b89b-f32c12bb8617/_workitems/edit/1579020)
---
#### Document det…
-
Hi there!
I just wasted half an hour, because I copy+pasted the README example function by function. However I forgot to copy the `xform` function. :smile:
It seems like tardy defines the functio…
-
I’m trying to do this [tutorial](https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/time-series-demand-forecasting) on forcasting with MLnet and it just blows up on Line 47 `SsaForec…
-
@nicolehaugen commented on [Thu Jul 11 2019](https://github.com/dotnet/machinelearning/issues/3994)
Numerous places in the docs, we show to store features as a VectorType. However, this isn't idea…
-
**Model Builder Version**: _In which Model Builder version was the bug encountered?_
**Visual Studion Version**: _In which Visual Studio version was the bug encountered?_
**Bug description**
_A c…
-
I'd love to see the samples for ML.NET in F# as well as C#, as we're looking into using F# for some machine learning and data science tasks. This is important in particular because sometimes the sam…
-
**Versions**
Microsoft.ML - Version="1.5.0-preview2".
Visual Studio 2019
Target Framework: Class Library ( .NET Framework 4.7)
**Bug description**
"Could not load file" error thrown from "Mode…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Y
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Windows 10
- Ten…
-
I was following ML.NET Tutorial | Get started in 10 minutes. When i get to traingng step i got this error:
at Microsoft.ML.ModelBuilder.AutoMLService.Experiments.AutoMLExperiment`3.d__21.Move…