the-algorithm icon indicating copy to clipboard operation
the-algorithm copied to clipboard

labeled_candidates question

Open Jinyi-Liu opened this issue 2 years ago • 0 comments

src/scala/com/twitter/interaction_graph/bqe/training/labeled_candidates.sql

In this case, the rows with negative labels are ignored so the labels being trained are {0,1}. Why don't we include the negative label and use {-1,0,1}?

Jinyi-Liu avatar Apr 03 '23 00:04 Jinyi-Liu