dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
263 stars 56 forks source link

Add PFI and Confusion Matrix to Model Builder UI #2612

Open LanceElCamino opened 1 year ago

LanceElCamino commented 1 year ago

I'd like to add a request to add PFI and the Confusion Matrix to the Evaluate tab in the user interface of the model builder. If PFI is too time consuming, create an option to run it in the Evaluate tab.

JakeRadMSFT commented 1 year ago

Some of the scenarios will generate the PFI code when you generate a console app. Does that help or would you like to have in MB?

LanceElCamino commented 1 year ago

Is there an example of how to run the evaluation.cs file in a console app? I tried it but can't seem to get it to work. It would still be nice to have PFI and Confusion Matrix output to the UI in the MB just like the experiment results.

luisquintanilla commented 1 year ago

@luisquintanilla to set up time to discuss on how this might look in the UI