Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Mar 10, 2020
  3. Feb 21, 2020
  4. Jan 29, 2020
  5. Oct 29, 2019
  6. Oct 28, 2019
  7. Oct 17, 2019
  8. Sep 02, 2019
  9. Jul 30, 2019
  10. Jul 10, 2019
  11. Jul 09, 2019
  12. Jul 08, 2019
  13. Jun 16, 2019
  14. Jun 12, 2019
  15. Jun 05, 2019
  16. May 06, 2019
  17. Mar 01, 2019
    • Kim Albertsson's avatar
      [TMVA] CV - Add workaround for large event numbers (#2971) · 69be1d46
      Kim Albertsson authored
      * [TMVA] CV - Add workaround for large event numbers
      
      Currently TMVA considers all internal variables floats, if large event
      numbers are then input as part of "cv-in-app" these can overflow the
      float resulting in erroneous fold assignments.
      
      A workaround is to reduce the input range when reading the input from
      the TTree as TTreeFormula retains awareness of the input type.
      69be1d46
  18. Nov 07, 2018
  19. Nov 05, 2018
  20. Sep 28, 2018
    • Paul Seyfert's avatar
      [TMVA] Configure tutorials/tmva/makefile (#2547) · cc7dd991
      Paul Seyfert authored
      [TMVA] Configure tutorials/tmva/makefile
      
      Example makefile from tutorials/tmva should use the same c++ standard as
      ROOT (otherwise one faces errors from string views in the root headers
      when building the tutorials).
      cc7dd991
  21. Sep 18, 2018
  22. Aug 30, 2018
  23. Aug 09, 2018
    • Kim Albertsson's avatar
      [TMVA] Fix for TMVACrossValidationRegression tutorial crash (#2460) · 5258fcfc
      Kim Albertsson authored
      * [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
      5258fcfc
  24. May 22, 2018
  25. Apr 27, 2018
  26. Mar 20, 2018
  27. Mar 02, 2018
  28. Feb 23, 2018
  29. Feb 09, 2018
Loading