Skip to content

Commit

Permalink
ajoute cortrections
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Nov 25, 2022
1 parent 037842a commit f479f12
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions content/course/annexes/corrections/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,51 @@ print_badges("content/course/manipulation/04c_API_TP.qmd", correction=True)

## Partie 2: visualiser les données


::: {.cell .markdown}
```{python}
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
print_badges("content/course/visualisation/matplotlib.qmd", correction=True)
```
:::

::: {.cell .markdown}
```{python}
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
print_badges("content/course/visualisation/maps.qmd", correction=True)
```
:::


## Partie 3: modéliser

::: {.cell .markdown}
```{python}
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
print_badges("content/course/modelisation/0_preprocessing.qmd", correction=True)
```
:::

::: {.cell .markdown}
```{python}
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
print_badges("content/course/modelisation/1_modelevaluation.qmd", correction=True)
```
:::


## Partie 4: Natural Language Processing (NLP)

## Partie 5: Introduction aux outils et méthodes à l'état de l'art

0 comments on commit f479f12

Please sign in to comment.