Skip to content

Commit

Permalink
Merge pull request #473 from gsomix/python3_interface
Browse files Browse the repository at this point in the history
Fixed regression gaussian process example for python3 support
  • Loading branch information
Soeren Sonnenburg committed Apr 20, 2012
2 parents 723ccd1 + b919bef commit d466587
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 d466587

Please sign in to comment.