examples/python-guide/README.md
Here is an example for LightGBM to use Python-package.
You should install LightGBM Python-package first.
You also need scikit-learn, pandas, matplotlib (only for plot example), and scipy (only for logistic regression example) to run the examples, but they are not required for the package itself. You can install them with pip:
pip install scikit-learn pandas matplotlib scipy -U
Now you can run examples in this folder, for example:
python simple_example.py
Examples include:
dask/: examples using Dask for distributed trainingxentropy or binaryxentropy with binary labels or probability labelsbinary only with binary labelsxentropy versus binary