Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
The code in the Python package that looks for a system-installed libxgboost has some variables referring to treelite... it looks to me like those were mistakes.
This proposes switching those references to libxgboost, to reduce confusion.
The code in the Python package that looks for a system-installed
libxgboost
has some variables referring totreelite
... it looks to me like those were mistakes.This proposes switching those references to
libxgboost
, to reduce confusion.