xgboost_lib-sys 3.0.5

Native bindings to the xgboost library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import sys

sys.path.append("tests/python")
from test_parse_tree import TestTreesToDataFrame


def test_tree_to_df_categorical():
    cputest = TestTreesToDataFrame()
    cputest.run_tree_to_df_categorical("gpu_hist")


def test_split_value_histograms():
    cputest = TestTreesToDataFrame()
    cputest.run_split_value_histograms("gpu_hist")