What is meant by Distributed for a gradient boosting library?

I am checking out XGBoost documentation and it's stated that XGBoost is an optimized distributed gradient boosting library.

What is meant by distributed?

Have a nice day

Topic boosting xgboost distributed

Category Data Science


It means that it can be run on a distributed system (i.e. on multiple networked computers).

From XGBoost's documentation:

The same code runs on major distributed environment(Hadoop, SGE, MPI) and can solve problems beyond billions of examples. The most recent version integrates naturally with DataFlow frameworks(e.g. Flink and Spark).

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.