lgong-rms
lgong-rms
I was running the following sample code https://github.com/dotnet/machinelearning-samples/blob/7b6303a17be61294bd45df8e6e6b029695c0a8be/samples/csharp/end-to-end-apps/Model-Explainability/TaxiFarePrediction/TaxiFarePredictionConsoleApp/Program.cs which gives the following PFI output ``` Feature PFI VendorId | -0.105016 RateCode | -0.105016 PassengerCount | -0.378364 PassengerCount | -0.082747 TripTime...
[DotNetIntegratedVectorizationDemo](https://github.com/Azure/azure-search-vector-samples/blob/main/demo-dotnet/DotNetIntegratedVectorizationDemo/readme.md) seems not generating a search document for each chunk of the enriched data but only a search document for the unchunked documents. Should it follow the example of [postman-collection](https://github.com/Azure/azure-search-vector-samples/blob/692e2e38d5c29af8790b8280298a1e1f433730d9/postman-collection/AzureSearchVectors_2023-10-01-preview.postman_collection.json#L128C1-L129C1)...