LTR Steps: 8:29 Collecting training data: 10:16 Model evaluation: 18:41 Feature latency: 22:03 Index static features: 24:05 Changing to docvalues: 25:06 Grouping: 29:00 Rolling out: 33:00 Takeaways: 35:00
@deepakkumarjoshi3 жыл бұрын
Whats the difference between Ranking and Sorting? If we are using a formulae e.g. 2 * featureA + 4.5 * featureB to generate the score, then we can use this formulae with traditional programming also and sort the results, why do we need ML here?
@adrianhishow81343 жыл бұрын
@@deepakkumarjoshi The model figures out the exact weights for each feature. Based on those features the most relevant documents according to BM25 are re-ranked and then returned to the user
@deepakkumarjoshi3 жыл бұрын
Whats the difference between Ranking and Sorting? If we are using a formulae e.g. 2 * featureA + 4.5 * featureB to generate the score, then we can use this formulae with traditional programming also and sort the results, why do we need ML here?