I have followed the documentation and created the training data for my catalog.
In my training data, for the records that are not relevant to my answers, I have given them a value of ZERO. Per the document, a relevance label of "0" is predefined as indicating that an answer is not relevant.
The training data was successfully completed and I have the ranker_id. Now when I run the query using the fcselect and the ranker_id, I find that the top-most result on my query is the one which I had marked as '0' to mean non-relevant.
The document shows up to have the high score of 10, as follows:
<float name="score">10.0</float>
<str name="featureVector">0.11107889 0.046247214 0.0 0.046247214 0.0 0.0 0.0 0.0 0.096357614 0.04101021 0.0 0.04101021 0.0 0.0 0.0 0.0 0.6666667 0 0.6931471805599453 10.0</str>
I am looking for insight on understanding this score versus the relevance we provide in the training data. How do I improve the training data / relevance such that I see expected results.