File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
articles/cognitive-services/personalizer Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -375,20 +375,20 @@ Enabling inference explainability will add a collection to the JSON response fro
375
375
],
376
376
"eventId" : " 75269AD0-BFEE-4598-8196-C57383D38E10" ,
377
377
"rewardActionId" : " EntertainmentArticle" ,
378
- "inferenceExplanation” : [
378
+ "inferenceExplanation" : [
379
379
{
380
- " id”: " EntertainmentArticle” ,
381
- "features” : [
380
+ " id”: " EntertainmentArticle" ,
381
+ "features" : [
382
382
{
383
- " name” : " user.profileType” ,
384
- " score" 3.0
383
+ "name" : " user.profileType" ,
384
+ "score" : 3.0
385
385
},
386
386
{
387
- " name” : " user.latLong” ,
388
- "score” : -4.3
387
+ "name" : " user.latLong" ,
388
+ "score" : -4.3
389
389
},
390
390
{
391
- " name” : " user.profileType^user.latLong” ,
391
+ "name" : " user.profileType^user.latLong" ,
392
392
"score" : 12.1
393
393
},
394
394
]
You can’t perform that action at this time.
0 commit comments