Skip to content

Commit a9a1dcb

Browse files
authored
Merge pull request #47 from jameslamb/feat/lightgbm
add LightGBM to home page
2 parents a089208 + 2f2af41 commit a9a1dcb

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

_images/lightgbm-logo.svg

Lines changed: 39 additions & 0 deletions
Loading

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,16 @@ <h4>tsfresh</h4>
507507
<p>Automatic extraction of relevant features from time series</p>
508508
</div>
509509
</div>
510+
<div class="col-md-6 flex-item">
511+
<a class="flex-item-left" href="https://lightgbm.readthedocs.io/">
512+
<img src="_images/lightgbm-logo.svg" alt="Light G B M logo">
513+
</a>
514+
<div>
515+
<h4>LightGBM</h4>
516+
<p>Gradient boosted trees for machine learning</p>
517+
<p>LightGBM can use Dask to bootstrap itself for distributed training</p>
518+
</div>
519+
</div>
510520
</div>
511521
</div>
512522
</div>

0 commit comments

Comments
 (0)