dotnet / machinelearning-modelbuilder

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

Recommendations as shown in the .mbconfig file #2812

Open EmmanuelPonnudurai opened 10 months ago

EmmanuelPonnudurai commented 10 months ago

I am using the UI options to try out a sample prediction with ML.NET. Everything looks fine except for one part which I am unable to see the generated code for. Can someone tell me how this portion is getting generated.

My input model consists of 2 fields. I provide it and it gives me a recommendation for the field im trying to predict. However, it also is able to tell me top 5 recommendations with only 1 field (url). How is this exactly happening cos I do not see this part in the generated code?

image

Any pointers will be appreciated. Thank you.

zewditu commented 9 months ago

@EmmanuelPonnudurai I transfer this issue here in Model Builder repo, b/c it is seems Model Builder code generation feature request. @luisquintanilla thought? do we want to include top -n recommendations in sample code generation.