Hacker News new | ask | show | jobs
LightGBM vs. XGBoost: Which distributed version is faster? (anyscale.com)
22 points by muzakthings 1772 days ago
1 comments

Is it always about things being faster? I would take less speed for better integrations and less development time.
Of course not! :)

The Ray ecosystem is actually chalk full of integrations, from XGBoost Ray (https://docs.ray.io/en/master/xgboost-ray.html), to PyTorch on Ray (https://docs.ray.io/en/master/using-ray-with-pytorch.html), and of course hyperparameter search with Ray Tune for a variety of libraries, including Sklearn (https://github.com/ray-project/tune-sklearn).