mars-project / mars

Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and Python functions.
https://mars-project.readthedocs.io
Apache License 2.0
2.68k stars 325 forks source link

[Learn] Fix lightgbm machines #3351

Closed zhongchun closed 1 year ago

zhongchun commented 1 year ago

What do these changes do?

There will raise LightGBMError: Machine list file doesn't contain the local machine when I run a lightgbm.LGBMClassifier.fit on a Mars cluster which runs on Ray.

Related issue number

Fixes #3350

Check code requirements