-
I have a trained model and now trying to retrieve the feature weights. None of the objects returned expose a LastTransformer then I want to get the PFI information and I get stuck. There appears no w…
-
IDataView is a very flexible, efficient way of describing tabular data (columns and rows) in a read-only manner.
https://github.com/dotnet/machinelearning/blob/master/docs/code/IDataViewDesignPrinc…
-
### Issue
I am trying to create a new sample based on PCA based Anomaly Detection i.e CreditRisk Detection. i am using the **German Credit Risk** data as dataset from [here](https://archive.ics.u…
-
Hi, I tried to find information on retraining a model and saving it, but all articles are out of date or incomplete.
https://docs.microsoft.com/en-us/dotnet/machine-learning/how-to-guides/retrain-mod…
-
**Is your feature request related to a problem? Please describe.**
In scenarios involving images, it's often the case that image files are used for training and for scoring, image bytes are used. T…
-
I have a model, with 35 features. After transforming the string values into vectors, I end up with a transformed model with 54 features.
After training I want to evaluate the feature weight, howeve…
-
### System information
- **OS version/distro**: Win x64 and Linux x64
- **.NET Version (eg., dotnet --info)**: 3.1 and 5.0
### Issue
I create a web api application that accepts a csv file. I…
-
I have a problem with Blazor. I tried to do what's said in the documentation about loading existing model from remote source. (https://docs.microsoft.com/en-us/dotnet/machine-learning/how-to-guides/sa…
-
### System information
- **OS version/distro**: Windows
- **.NET Version (eg., dotnet --info)**: 0.8.0
### Issue
- **What did you do?**
See code below. I'm loading a pre-trained TensorFlow …
-
https://github.com/dotnet/machinelearning/issues/1708 moved CreateEnumerable from extension on top of DataView to become extension on mlContext object.
We still have GetColumn extension https://git…