Skip to content

Commit ca856c7

Browse files
committed
add quick start notebook to usage examples
1 parent b93e5bf commit ca856c7

File tree

2 files changed

+55
-10
lines changed

2 files changed

+55
-10
lines changed

docs/imgs/img_sinusoidal.png

115 KB
Loading

docs/index.html

Lines changed: 55 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -752,29 +752,74 @@ <h3> Competitive performance</h3>
752752
<h3> Usage Examples </h3>
753753

754754
<div class="cards-container">
755-
<a href="https://arxiv.org/pdf/2406.07658" class="example-card">
756-
<!-- <img src="imgs/img_avatar.png" alt="Avatar"> -->
755+
<!-- <a class="example-card">
756+
<img src="imgs/img_sinusoidal.png" alt="Bimodal, heteroskedastic response">
757757
<div class="example-container">
758-
<h4><b> Optimal Inventory Allocation</b></h4>
758+
<h4>
759+
<b> A simple response with two sinusoidal components </b>
760+
<a href="https://colab.research.google.com/github/blei-lab/treeffuser/blob/tutorials/examples/README_example.ipynb"
761+
style="color: #145c15; font-weight: bold;">[open in Colab]</a>
762+
<a href="https://github.com/blei-lab/treeffuser/blob/tutorials/examples/README_example.ipynb"
763+
style="color: #145c15; font-weight: bold;">[source]</a>
764+
</h4>
759765
<p>
760-
We use Treeffuser to model the distribution of demand for products
761-
in a retail store. This allows us to compute the optimal inventory
762-
allocation that minimizes the risk of stockouts and waste while maximizing
763-
profits.
766+
We demonstrate how to train and generate samples with Treeffuser
767+
using a simple example with synthethic data, featuring a multimodal
768+
response with two sinusoidal components.
764769
</p>
770+
</div>
771+
</a> -->
765772

773+
<a class="example-card">
774+
<img src="imgs/img_sinusoidal.png" alt="Bimodal, heteroskedastic response">
775+
<div class="example-container">
776+
<h4>
777+
<b> A simple response with two sinusoidal components </b>
778+
</h4>
779+
<p>
780+
We demonstrate how to train and generate samples with Treeffuser
781+
using a simple example with synthetic data, featuring a multimodal
782+
response with two sinusoidal components.
783+
</p>
766784
</div>
767785
</a>
768-
<a href="https://arxiv.org/pdf/2406.07658" class="example-card">
769-
<!-- <img src="imgs/img_avatar.png" alt="Avatar"> -->
786+
<!-- Place links outside the main card -->
787+
<div>
788+
<a href="https://colab.research.google.com/github/blei-lab/treeffuser/blob/tutorials/examples/README_example.ipynb"
789+
style="color: #145c15; font-weight: bold;">[open in Colab]</a>
790+
<a href="https://github.com/blei-lab/treeffuser/blob/tutorials/examples/README_example.ipynb"
791+
style="color: #145c15; font-weight: bold;">[source]</a>
792+
</div>
793+
794+
<!-- <a href="https://arxiv.org/pdf/2406.07658" class="example-card">
795+
<img src="imgs/img_avatar.png" alt="Avatar">
770796
<div class="example-container">
771797
<h4><b> Synthetic Data </b></h4>
772798
<p>
773799
We demonstrate the effectiveness and flexibility of Treeffuser
774-
of treeffuser on Synthetic data with multivariate output,
800+
on Synthetic data with multivariate output,
775801
complex varying multimodality, heavy tails and skewness.
776802
</p>
777803
</div>
804+
</a> -->
805+
806+
<a href="https://arxiv.org/pdf/2406.07658" class="example-card">
807+
<!-- <img src="imgs/img_avatar.png" alt="Avatar"> -->
808+
<div class="example-container">
809+
<h4>
810+
<b> Optimal Inventory Allocation </b>
811+
<!-- <a href="https://colab.research.google.com/github/blei-lab/treeffuser/blob/tutorials/examples/README_example.ipynb"
812+
style="color: #145c15; font-weight: bold;">[open in Colab]</a>
813+
<a href="https://github.com/blei-lab/treeffuser/blob/tutorials/examples/README_example.ipynb"
814+
style="color: #145c15; font-weight: bold;">[source]</a> -->
815+
</h4>
816+
We use Treeffuser to model the distribution of demand for products
817+
in a retail store. This allows us to compute the optimal inventory
818+
allocation that minimizes the risk of stockouts and waste while maximizing
819+
profits.
820+
</p>
821+
822+
</div>
778823
</a>
779824

780825
<!--

0 commit comments

Comments
 (0)