Skip to content

Commit

Permalink
Fix indent in classifier_multiclass_ecoc_random.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Sep 10, 2013
1 parent a7153a3 commit 3da70f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def classifier_multiclass_ecoc_random (fm_train_real=traindat,fm_test_real=testd
from modshogun import RealFeatures, MulticlassLabels
from modshogun import LibLinear, L2R_L2LOSS_SVC, LinearMulticlassMachine
from modshogun import ECOCStrategy, ECOCRandomSparseEncoder, ECOCRandomDenseEncoder, ECOCHDDecoder
from modshogun import Math_init_random;
Math_init_random(12345);
from modshogun import Math_init_random;
Math_init_random(12345);

feats_train = RealFeatures(fm_train_real)
feats_test = RealFeatures(fm_test_real)
Expand Down

0 comments on commit 3da70f4

Please sign in to comment.