WA-Testing-Tool icon indicating copy to clipboard operation
WA-Testing-Tool copied to clipboard

Scripts that run against Watson Assistant for K fold validation on training set, testing on blind test, and draw precision curves for comparison.

Results 17 WA-Testing-Tool issues
Sort by recently updated
recently updated
newest added

Cloud Pak For Data (CP4D) uses a [slightly different authentication mechanism](https://cloud.ibm.com/apidocs/cloud-pak-data#getauthorizationtoken) than the standard IAM Token. This PR adds the [BearerTokenAuthenticator](https://github.com/IBM/python-sdk-core/blob/master/ibm_cloud_sdk_core/authenticators/bearer_token_authenticator.py) from ibm_cloud_sdk_core to support authentication via the user-based bearer...

If a single page fetch times out no logs are stored in the output file. There should be a retry and graceful exit. Command and output: ``` python getAllLogs.py -a...

User got error below when selecting kfold mode. Ultimately the error was caused by an extra space within the `fold_num` parameter. ``` "Unknown mode 'kfold'" ``` Config file parsing error...

good first issue

**Detail** For clients who are using standard and not plus, provide output to be able to demonstrate if or to what extent disambiguation would help them. With disambiguation, return the...

enhancement

Firstly - great tool thank you. The WA classifier now supports using entities within intent training. For instance "Can I get a @PhoneModelName? " https://console.bluemix.net/docs/services/conversation/intents.html#defining-intents This is very useful when...

enhancement

There are some APIs for working with skills in the v2 API - https://cloud.ibm.com/apidocs/assistant-v2#importskills - they are in a different API path than in Dialog skills. Need to investigate these...