You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making a simple search where the user can evaluate the result as useful or not.
Each time an result is evaluated I "onlineTrain" on server. If the user change its mind, is possible to change the evaluation.
The problem is that sometimes the classify function return an empty value...
Why this happend ? It looks like the online classifier is confused... ( just guessing)
On Tue, Jan 3, 2017 at 3:08 PM, calebebrim ***@***.***> wrote:
I'm making a simple search where the user can evaluate the result as
useful or not.
Each time an result is evaluated I "onlineTrain" on server. If the user
change its mind, is possible to change the evaluation.
The problem is that sometimes the classify function return an empty
value...
Why this happend ? It looks like the online classifier is confused... (
just guessing)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#47>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABZPx3M7-jpuN83a6DVcgeQ8JSM5HCgOks5rOkhHgaJpZM4LZmkV>
.
Dear calebebrim,
sorry for the delay. Can you upload a complete, minimal working code example, that I can run on my computer and reproduce the problem that you mention?
I'm making a simple search where the user can evaluate the result as useful or not.
Each time an result is evaluated I "onlineTrain" on server. If the user change its mind, is possible to change the evaluation.
The problem is that sometimes the classify function return an empty value...
Why this happend ? It looks like the online classifier is confused... ( just guessing)
Like:
Then:
It starts to being confused, obviously, and some times it does not return nothing on "classify" ...
I want to know why?
The text was updated successfully, but these errors were encountered: