Skip to content

Commit

Permalink
merged set_shape
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Dec 14, 2024
2 parents 52271c3 + 3333eb7 commit 4c4758e
Show file tree
Hide file tree
Showing 20 changed files with 928 additions and 611 deletions.
119 changes: 119 additions & 0 deletions docs/assets/nemos_sklearn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions docs/assets/pipeline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 20 additions & 5 deletions docs/how_to_guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pip install nemos[examples]
:::


::::{grid} 1 2 3 3
::::{grid} 1 2 3 4

:::{grid-item-card}

Expand Down Expand Up @@ -58,27 +58,42 @@ plot_04_batch_glm.md
:::{grid-item-card}

<figure>
<img src="../_static/thumbnails/how_to_guide/plot_05_sklearn_pipeline_cv_demo.svg" style="height: 100px", alt="Pipelining and cross-validation."/>
<img src="../_static/nemos_sklearn.svg" style="height: 100px", alt="NeMoS vs sklearn."/>
</figure>

```{toctree}
:maxdepth: 2
plot_05_sklearn_pipeline_cv_demo.md
plot_05_transformer_basis.md
```
:::

:::{grid-item-card}

<figure>
<img src="../_static/thumbnails/how_to_guide/plot_06_glm_pytree.svg" style="height: 100px", alt="PyTrees."/>
<img src="../_static/thumbnails/how_to_guide/plot_06_sklearn_pipeline_cv_demo.svg" style="height: 100px", alt="PyTrees."/>
</figure>

```{toctree}
:maxdepth: 2
plot_06_glm_pytree.md
plot_06_sklearn_pipeline_cv_demo.md
```

:::

:::{grid-item-card}

<figure>
<img src="../_static/thumbnails/how_to_guide/plot_07_glm_pytree.svg" style="height: 100px", alt="PyTrees."/>
</figure>

```{toctree}
:maxdepth: 2
plot_07_glm_pytree.md
```

:::

::::
Loading

0 comments on commit 4c4758e

Please sign in to comment.