Skip to content

Commit

Permalink
[TMVA] Disable rbdt test
Browse files Browse the repository at this point in the history
Disabled because RBDT doesn't support the imbalanced tree structure of
XGBoost models.
  • Loading branch information
guitargeek authored and vepadulano committed Apr 9, 2024
1 parent 53ef28b commit a4c1482
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions tmva/tmva/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ if(dataframe)
ROOT_ADD_GTEST(rbdt rbdt.cxx LIBRARIES ROOTVecOps TMVAUtils)
endif()

if(dataframe)
find_python_module(xgboost QUIET)
if (PY_XGBOOST_FOUND)
ROOT_ADD_PYUNITTEST(rbdt_xgboost rbdt_xgboost.py)
endif()
endif()
# Disabled because RBDT doesn't support the imbalanced tree structure of
# XGBoost models.
# if(dataframe)
# find_python_module(xgboost QUIET)
# if (PY_XGBOOST_FOUND)
# ROOT_ADD_PYUNITTEST(rbdt_xgboost rbdt_xgboost.py)
# endif()
# endif()

#--stressTMVA--------------------------------------------------------------------------------------

Expand Down

0 comments on commit a4c1482

Please sign in to comment.