File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -793,7 +793,7 @@ horror['preprocessed_text'] = cleaned_texts
793
793
#| label: fig-wordcloud-spooky-nostop
794
794
fig = plt.figure(figsize=(15, 12))
795
795
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")
797
797
plt.imshow(wordcloud)
798
798
plt.axis('off')
799
799
plt.show()
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ description: |
15
15
type _big-data_. Pour les données spatiales, le package `GeoPandas`
16
16
étend les fonctionalités de l'écosystème `Pandas` afin de permettre
17
17
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
19
19
echo : false
20
20
bibliography : ../../reference.bib
21
21
---
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ categories:
12
12
- Modélisation
13
13
- Tutoriel
14
14
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.
16
17
image : https://minio.lab.sspcloud.fr/lgaliana/generative-art/pythonds/crystal.png
17
18
bibliography : ../../reference.bib
18
19
---
Original file line number Diff line number Diff line change @@ -5,7 +5,14 @@ title-block-style: none
5
5
css : styles/homepage.css
6
6
listing :
7
7
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"
9
16
type : grid
10
17
sort : " number"
11
18
categories : true
@@ -108,7 +115,7 @@ Un bon complément du contenu du site web est le cours que nous donnons avec Rom
108
115
109
116
## Thèmes en vrac {.unnumbered}
110
117
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 (👆️).
112
119
113
120
114
121
::: {#sample-listings}
You can’t perform that action at this time.
0 commit comments