Jack Gerrits
Jack Gerrits
Document that default == " " and that has ramifications for other inputs than text
Raw predictions are only available via the command line currently. I can see this being useful, and there are similar situations such as getting the scores as well as probabilities...
The fact `partial_prediction` is stashed into the cost sensitive label is already a pretty big hack, I would prefer we don't go forward with that design. In saying that though,...
I agree it would be preferable for these logging messages to go though some sort of function call or even better a logger interface. That way the behavior of the...
VW now has more structured logging which can be redirected as required. It doesn't include timestamps but I am hesitant to add timestamps into VW. However, either a process consuming...
The current bindings are implemented with C++/CLI and so won't work on Linux. We're planning on replatforming onto a C API and use core, but this work is a ways...
@mwydmuch do you think it is feasible for plt to output probabilities?
Thanks for the response @mwydmuch, not a problem at all! You're right, there isn't an index,prob pair prediction. Seems reasonable to add. If you do the C++ portion I am...
@mwydmuch, please let me know if I can help with the in progress PR in any way.
Yes, OAA uses multiclass labels. Weight is a part of this label as well as the class, it's effectively the same thing as importantance. > Is the weight set by...