dmlc / xgboost

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
https://xgboost.readthedocs.io/en/stable/
Apache License 2.0
26.33k stars 8.73k forks source link

remove treelite references in library loader #10990

Closed jameslamb closed 2 weeks ago

jameslamb commented 2 weeks ago

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.