Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning.
While I was reproducing example in Daemon example I found that after command echo " abc-example| a b c" | netcat localhost 26542 the result printed and hands until I Ctrl+C. This happens in python code after I send message and trying to recv.
What I'm doing wrong?
Hello,
While I was reproducing example in Daemon example I found that after command
echo " abc-example| a b c" | netcat localhost 26542
the result printed and hands until I Ctrl+C. This happens in python code after I send message and trying to recv. What I'm doing wrong?