what is good or bad?
hktalent opened this issue · 0 comments
hktalent commented
what is good or bad?
Sorry, I didn't understand. After getting the result, how to know whether the result belongs to good or bad?
scores, likely, _ := classifier.LogScores(
[]string{"tall", "girl"},
)
probs, likely, _ := classifier.ProbScores(
[]string{"tall", "girl"},
)
likely == 1 is bad?
@jbrukh