Skip to content

Commit ed6f796

Browse files
committed
Merge branch 'main' into gh-pages
2 parents 65eae29 + 679b7c5 commit ed6f796

2 files changed

Lines changed: 61 additions & 0 deletions

File tree

index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,6 +1612,28 @@ <h5 class="card-title"><a href="https://github.com/ludwig-ai/ludwig" class="text
16121612
</div>
16131613
</div>
16141614

1615+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
1616+
<div class="card text-center p-3">
1617+
<a href="https://github.com/microsoft/LightGBM" target="_blank">
1618+
<img class="card-img-top" src="static/image/logos/lightgbm.svg" style="width:70%; height: auto;" alt="lightgbm">
1619+
</a>
1620+
<p class="mt-2">by Microsoft</p>
1621+
<figure class="p-3 mb-0">
1622+
<blockquote class="blockquote">
1623+
<p>
1624+
<a href="https://lightgbm.readthedocs.io/en/latest/" target="_blank">LightGBM</a>
1625+
is a gradient boosting framework
1626+
that uses tree based learning algorithms.
1627+
</p>
1628+
</blockquote>
1629+
</figure>
1630+
1631+
<figcaption class="blockquote-footer mt-2 text-muted">
1632+
Light Gradient Boosting Machine
1633+
</figcaption>
1634+
</div>
1635+
</div>
1636+
16151637
</div>
16161638
</div>
16171639
<!--End of ML, DL, and AI-->

static/image/logos/lightgbm.svg

Lines changed: 39 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)