Skip to content

Commit a40f7d6

Browse files
clean up docs
2 parents 253069c + cc473f8 commit a40f7d6

File tree

282 files changed

+11759
-85733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+11759
-85733
lines changed

Chapter5/machine_learning.ipynb

Lines changed: 3063 additions & 0 deletions
Large diffs are not rendered by default.

Chapter5/manage_data.ipynb

Lines changed: 1175 additions & 0 deletions
Large diffs are not rendered by default.

Chapter5/polars.ipynb

Lines changed: 1775 additions & 0 deletions
Large diffs are not rendered by default.

Chapter6/better_outputs.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -321,26 +321,6 @@ result
321321

322322
+++
323323

324-
### ManimML: Create Animations of Common ML Concepts in Python
325-
326-
+++
327-
328-
If you want to create animations and visualizations for common ML concepts in Python, try ManimML.
329-
330-
The GIF below is the visualization of Variational Autoencoder made by ManimML.
331-
332-
+++
333-
334-
![](../img/VAEScene.gif)
335-
336-
+++
337-
338-
[Link to ManimML](https://github.com/helblazer811/ManimML).
339-
340-
ManimML is built on top of [Manim](https://towardsdatascience.com/how-to-create-mathematical-animations-like-3blue1brown-using-python-f571fb9da3d1?sk=67f831edb7de3560020c2ea0296447cf).
341-
342-
+++
343-
344324
### Great Tables: Create Scientific-Looking Tables in Python
345325

346326
```{code-cell} ipython3

Chapter6/main.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< HEAD
12
import hydra
23
from omegaconf import DictConfig, OmegaConf
34

@@ -7,3 +8,9 @@ def my_app(cfg: DictConfig) -> None:
78

89
if __name__ == "__main__":
910
my_app()
11+
||||||| dfbda73d
12+
=======
13+
from utils import get_mean
14+
15+
get_mean(1, 3)
16+
>>>>>>> cc473f8bc8c4403edc9964604fc4df46e7b8eba2

0 commit comments

Comments
 (0)