I am trying to run logistic regression on a sample data in vowpal. I created a sample data set look like this:
1 1.0 | a:3.28 b:1.5 c:2.0 |example
-1 1.0 | a:1.25 b:0.4 c:1.4 |example
1 1.0 | a:1.40 b:0.8 c:1.6 |example
1 1.0 | a:2.00 b:4.2 c:2.1 |example
-1 1.0 | a:2.51 b:2.7 c:1.9 |example
1 1.0 | a:1.72 b:2.3 c:0.6 |exampleone
1 1.0 | a:1.81 b:2.1 c:0.9 |example
when I tried to run logistic its showing a error of "you are using label 0 not -1 or 1 as specified by the loss function experts or malformed example"
After this I want to calculate the score at end and how to calculate the score or auc curve in vowpal