Skip to content
Snippets Groups Projects
  1. Jul 19, 2017
  2. Jul 18, 2017
    • Kim Albertsson's avatar
      TMVA BDT grad boost (#706) · a780e91b
      Kim Albertsson authored
      * MethodBDT annotate gradboost
      
      * MethodBDT remove binary reweighting for multiclass
      
      * MethodBDT increase response scaling to match lit. for multiclass
      
      See Jerome H. Freidman "Greedy Function Approximation: A Gradient
      Boosting Machine" for details (p.1201).
      
      * Fix gradboost response event weight
      
      The response of the gradient boosting was calculated using
      `sum(|y_ik|(1-|y_ik|)) * w^2` for each decision node region
      where w is the event weight and y_ik is the pseudoresidual.
      
      This fix changes the weighing to `sum(|y_ik|(1-|y_ik|)) * w`,
      that is the first expression is weighted linearly per event.
      
      Symptoms include heavy bias towards events with w >> 1 and
      elimination of events with w << 1.
      
      * clang-format
      a780e91b
    • Raphael Isemann's avatar
      Fix CMake errors on non-english systems (ROOT-8917). · 8b0280b5
      Raphael Isemann authored
      We often parse the output of commands to get certain system
      information. This however fails as soon as the system locale changes
      which results in cryptic errors where certain variables have the
      wrong content on an otherwise perfectly fine working system.
      
      This patch sets LANG=C from CMake to force all subprocesses that
      we run to use the stable C locale that should prevent all those
      errors in the future.
      8b0280b5
  3. Jul 17, 2017
  4. Jul 16, 2017
  5. Jul 15, 2017
  6. Jul 14, 2017
Loading