Skip to content

Commit a3dc832

Browse files
authored
Improve homepage images (#508)
* issue #503 * fix #504 * issue #506 * Improve cards * typo * typo
1 parent a987fea commit a3dc832

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

content/NLP/01_intro.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ horror['preprocessed_text'] = cleaned_texts
793793
#| label: fig-wordcloud-spooky-nostop
794794
fig = plt.figure(figsize=(15, 12))
795795
for i in range(len(n_topics)):
796-
wordcloud = graph_wordcloud(n_topics[i], "preprocessed_text")
796+
wordcloud = graph_wordcloud(n_topics[i], horror, "preprocessed_text")
797797
plt.imshow(wordcloud)
798798
plt.axis('off')
799799
plt.show()
File renamed without changes.
File renamed without changes.

content/manipulation/03_geopandas_intro.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: |
1515
type _big-data_. Pour les données spatiales, le package `GeoPandas`
1616
étend les fonctionalités de l'écosystème `Pandas` afin de permettre
1717
de manipuler des données géographiques complexes de manière simple.
18-
image: featured_geopandas_tutorial.png
18+
image: https://minio.lab.sspcloud.fr/lgaliana/generative-art/pythonds/pirate.jfif
1919
echo: false
2020
bibliography: ../../reference.bib
2121
---

content/modelisation/7_mlapi.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ categories:
1212
- Modélisation
1313
- Tutoriel
1414
description: |
15-
TO BE COMPLETED
15+
Les API sont un moyen très pratique pour simplifier la mise à disposition des prédictions d'un modèle de _machine learning_.
16+
Ce chapitre présente la manière dont `FastAPI` simplifie l'intégration d'un modèle de machine learning dans une application.
1617
image: https://minio.lab.sspcloud.fr/lgaliana/generative-art/pythonds/crystal.png
1718
bibliography: ../../reference.bib
1819
---

index.qmd

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ title-block-style: none
55
css: styles/homepage.css
66
listing:
77
id: sample-listings
8-
contents: content/**/*.qmd
8+
contents:
9+
- "content/getting-started/*.qmd"
10+
- "content/manipulation/*.qmd"
11+
- "!content/manipulation/03_geopandas_tutorial.qmd"
12+
- "content/visualisation/*.qmd"
13+
- "content/modelisation/*.qmd"
14+
- "content/NLP/*.qmd"
15+
- "content/git/*.qmd"
916
type: grid
1017
sort: "number"
1118
categories: true
@@ -108,7 +115,7 @@ Un bon complément du contenu du site web est le cours que nous donnons avec Rom
108115

109116
## Thèmes en vrac {.unnumbered}
110117

111-
Pour découvrir `Python` {{< fa brands python >}} de manière désordonnée. La version ordonnée est dans la page supérieure de cette page (👆️).
118+
Pour découvrir `Python` {{< fa brands python >}} de manière désordonnée. La version ordonnée est dans la partie supérieure de cette page (👆️).
112119

113120

114121
::: {#sample-listings}

0 commit comments

Comments
 (0)