This directory contains notebooks used to test lightgbm.dask
.
The following notebooks can be used as tutorials for running machine learning workflows with LightGBM using Dask.
- demo.ipynb - Minimal example of training a regression model on a
LocalCluster
. - demo-aws.ipynb - Minimal example of training a regression model on AWS Fargate, using
dask-cloudprovider
testing/
contains random notebooks used to test pull requests and issues on LightGBM. Everything in that folder should be considered temporary and experimental.