Closed irogers closed 3 years ago
Describe the bug Taxonomy choices are not pre-populated in labeling view when predictions are present.
To Reproduce
[ { "data": { "text": "You never believe what he did to the country" } }, { "data": { "text": "You never believe what he did to the country" }, "predictions": [ { "result": [ { "value": { "taxonomy": [ [ "Online", "Free" ], [ "Offline" ] ] }, "from_name": "media", "to_name": "text", "type": "taxonomy" } ], "score": 0.95 } ] } ]
<View> <Text name="text" value="$text"/> <Taxonomy name="media" toName="text"> <Choice value="Online"> <Choice value="UGC"/> <Choice value="Free"/> <Choice value="Paywall"> <Choice value="NYC Times"/> <Choice value="The Wall Street Journal"/> </Choice> </Choice> <Choice value="Offline"/> </Taxonomy> </View>
Expected behavior
Screenshots
Environment (please complete the following information):
Fixed with version 1.3.0 release.
Describe the bug Taxonomy choices are not pre-populated in labeling view when predictions are present.
To Reproduce
Expected behavior
Screenshots
Environment (please complete the following information):