Skip to content

Commit

Permalink
fixed regression gaussian process example for python3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gsomix committed Apr 19, 2012
1 parent 723ccd1 commit b919bef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,4 +27,4 @@
gp.train(feats_train);
out=gp.apply(feats_test).get_labels();
testerr=mean(sign(out)!=testlab)
print testerr
print(testerr)

0 comments on commit b919bef

Please sign in to comment.