dotnet / dotnet/machinelearning-modelbuilder

PFI insight!

Open
#3,007 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dockerfile
Stars
285
Forks
66
PR merge metrics
No merged PRs in 30d

Description

To assist users in improving the dataset a PFI analysis would be helpfull!

Also a API would be nice to use all them MBconfig stuff without the UI but just called from software!
like:

```
var Trainresult = Train(datapath, "label", PredictionTypes.Price);

foreach(var col in Trainresult.PFI)
Debug.Write(col);

var PredictionEngine = Trainresult.PredictionEngine;
Featuredata = new float[]{1,1.2,4.6,7.1};
var Prediction = PredictionEngine predict (Featuredata );
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.