-
### System information
- **OS version/distro**: W10
- **.NET Version (eg., dotnet --4.6.1)**:
### Issue
- **What did you do?**
i generated a model From 64 bit application and saved the .z…
-
I was following the start example in the Readme, and when I came to the line with MakePredictionFunction, I got a bit confused and had to go over it a few times before I could continue:
> Now from …
-
### System information
- **OS version/distro**: Windows 10
- **.NET Version (eg., dotnet --info)**: 4.6.1
### Issue
- **What did you do?** I tried to call the SDCA method and fit the model.
…
-
### System information
- **OS version/distro**: Windows 10
### Issue
Getting `Microsoft.ML.Transforms.TensorFlow.TFException: "Expected image (JPEG, PNG, or GIF)` error when trying to predict…
-
Sorry if this is not the place for questions.
Currently I'm using FastTree for binary classification, but I would like to give SVM a try and compare metrics.
All the docs mention LinearSvm, but …
-
Afaik, the new filter APIs can target just numeric-based columns, but not text-based columns.
As of v0.8 we have:
1)
```
//FilterByColumn()
IDataView trainingDataView = mlContext.Data.FilterB…
-
I am getting below error when I am evaluating the model.
System.ArgumentOutOfRangeException: 'AUC is not definied when there is no negative class in the data
Parameter name: NegSample'
### Source…
-
As part of the grand rename of namespaces, let's finalize the set of namespaces of public-facing components.
| Class/Interface/Enum/Delegate | Current Namespace | New…
-
This is still an incomplete proposal, but I played for a bit with what I had, and it looks promising to me so far.
The general idea is that we narrow our 'zoo' of components (transforms, predictors…
-
Need to convert `ShuffleTransform` into Transformer/Estimator design. Currently, when it is used in `TensorFlowTransform` to enable shuffling of data during training, it gives error regarding `Shuffle…