retrieve-and-rank

Trained Watson retrieve and rank service with 80 questions : can I create a ranker?

走远了吗. 提交于 2019-12-12 02:35:46
问题 I am not getting the answer from Retrieve and Rank which is a perfect match to the question( I get the perfectly matched answer in the Retrieve and Rank WebUI. The data is trained with 80 questions, creating a ranker will help in getting the perfectly matched answer ? And can I create a ranker with only 80 questions instead of 150 questions, as stated in the documentation? I would like to use the curl command to create a ranker using the curl command : curl -X POST -u "{username}":"{password}

How to use QA Service of IBM watson with REST API

南楼画角 提交于 2019-12-07 13:48:19
问题 I have just started to learn IBM Watson services. I need to use Question and answer API of bluemix in java using REST API. But I couldn't find any service like Question and answer . Please can anybody tell me is the name is changed or where can I find the documentation for this service. I have tried with existing answers in SO. But those links which are in answers are not working removed. Regards 回答1: The QA service has been discontinued since the end of last year. Instead what has happened

watson retrieve-and-rank - manual ranking

…衆ロ難τιáo~ 提交于 2019-12-02 10:27:07
问题 I am trying to build a ranker for a demonstration. I did the "automatic training" and i got OK results (could be better) I am trying to go into manual training but I am confuse about the meaning of the parameters from the Bluemix online documentation: https://www.ibm.com/watson/developercloud/doc/retrieve-rank/training_data.shtml#manual Could some one please explain in the following Bluemix sample data? query_id, feature1, feature2, feature3,...,ground_truth question_id_1, 0.0, 3.4, -900,...

watson retrieve-and-rank - manual ranking

陌路散爱 提交于 2019-12-02 06:50:46
I am trying to build a ranker for a demonstration. I did the "automatic training" and i got OK results (could be better) I am trying to go into manual training but I am confuse about the meaning of the parameters from the Bluemix online documentation: https://www.ibm.com/watson/developercloud/doc/retrieve-rank/training_data.shtml#manual Could some one please explain in the following Bluemix sample data? query_id, feature1, feature2, feature3,...,ground_truth question_id_1, 0.0, 3.4, -900,...,0 question_id_1, 0.5, -70, 0,...,1 question_id_1, 0.0, -100, 20,...,3 ... what is query__id? (what does