Menu

#2 tmva hangs when specifying train and test trees separately

HEAD
closed-fixed
General (13)
5
2009-11-17
2009-07-14
Juro Jon
No

In 4.0.1, if I modify TMVAClassification.C from:
factory->AddSignalTree ( signal, signalWeight );
factory->AddBackgroundTree( background, backgroundWeight );
to:
factory->AddSignalTree ( signal, signalWeight, "Training" );
factory->AddBackgroundTree( background, backgroundWeight, "Training" );
factory->AddSignalTree ( signal, signalWeight, "Testing" );
factory->AddBackgroundTree( background, backgroundWeight, "Testing" );

TMVA hangs at this point:
--- DataSetFactory : Randomly shuffle events in training and testing trees for Signal

My job macro which ran fine on 3.x will hang at this point in 4.0.1.

Discussion

  • Eckhard von Toerne

    • assigned_to: nobody --> evtoerne
     
  • Eckhard von Toerne

    • status: open --> closed-fixed
     
  • Eckhard von Toerne

    The splittiong of trees and the randomly shuffling of event has been rewritten in the current head version (there will be a new bugfix release shortly that contains these changes.
    Please try if the new version works for you. Regards, Eckhard

     

Log in to post a comment.

MongoDB Logo MongoDB