Skip to content
Snippets Groups Projects
Commit 5258fcfc authored by Kim Albertsson's avatar Kim Albertsson Committed by Lorenzo Moneta
Browse files

[TMVA] Fix for TMVACrossValidationRegression tutorial crash (#2460)

* [TMVA] CV - fix not able to compile with cling

* [TMVA] CV - Rename variable `ce` -> `cv`

* [TMVA] CV - fix out of range crash

Method signature used for `DataLoader::PrepareTrainingAndTestSet`
triggered the generation of classes "Signal" and "Background". Since the
task was regression this caused confusion further down the processing
pipeline.

Code changed to use global selection cut instead of implicit
signal/background cuts.

* [TMVA] CV - improve documentation

* [TMVA] improve documentation of TransformationHandler::AddStats
parent c29a4657
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment