This commit is contained in:
keonabut 2021-11-14 15:16:29 +00:00
Родитель a50a6fde5e
Коммит 23acc8c0f6
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -18,9 +18,10 @@ LightGBM supports distributed training with DASK. DASK is a distributed computin
2. check train script in `src` directory.
- DASK clusters startup script : [startDask.py]('src/startDask.py')
- lightgbm training script : [train-lgb-dask.py]('src/train-lgb-dask.py')
3. Open [job.yml](yob.yml) and start job.
3. Open [job.yml](yob.yml) and start job from VSCode Azure ML Extension or terminal.
```bash
cd examples/train/dask-lightgbm/
az ml job create --file job.yml --stream
```