Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFaria committed Jul 29, 2024
1 parent d24abad commit 3023da6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions slides/en/applications/_application4a.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ logging.info(f"{{'Query': {description}, 'Response': {predictions[0]}}}")

<details>
<summary>
<font size="3" color="darkgreen"><b>Click to see the steps to complete </b></font>
<font size=\"3\" color=\"darkgreen\"><b>Click to see the steps to complete </b></font>
</summary>

1. In the `kubernetes/deployment.yml` file, replace the `no-logs` tag with the `logs` tag:

---{yaml code-line-numbers="8" filename="deployment.yml"}
```{yaml code-line-numbers="8" filename="deployment.yml"}
template:
metadata:
labels:
Expand All @@ -59,7 +59,7 @@ template:
- name: api
image: inseefrlab/formation-mlops:logs
imagePullPolicy: Always
---
```

2. Commit your changes and push them to your remote repository.

Expand All @@ -71,7 +71,7 @@ template:

<details>
<summary>
<font size="3" color="darkgreen"><b>Click to see the command </b></font>
<font size=\"3\" color=\"darkgreen\"><b>Click to see the command </b></font>
</summary>

```shell
Expand Down
2 changes: 1 addition & 1 deletion slides/en/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ from: markdown+emoji

## Application 4 {.scrollable}

{{< include applications/_application4.qmd >}}
{{< include applications/_application4b.qmd >}}

## Summary

Expand Down
4 changes: 2 additions & 2 deletions slides/en/sections/4-ml-in-production.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- The lifecycle of a ML model is [**complex**]{.orange}
- Several [**stakeholders**]{.orange} involved:
- [**Data scientist**]{.blue2}
- [**Data scientists**]{.blue2}
- [**IT/DevOps**]{.blue2}
- [**Business teams**]{.blue2}

Expand Down Expand Up @@ -58,7 +58,7 @@

## Application 4 {.scrollable}

{{< include applications/_application4.qmd >}}
{{< include applications/_application4a.qmd >}}

## Model observability through a dashboard

Expand Down
2 changes: 1 addition & 1 deletion slides/fr/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ ojs_define(data_raw = df, data_prepro = df_prepro)

- Le cycle de vie d'un modèle ML est [**complexe**]{.orange}
- Plusieurs [**parties prenantes**]{.orange} impliquées :
- [**Data scientist**]{.blue2}
- [**Data scientists**]{.blue2}
- [**IT/DevOps**]{.blue2}
- [**Equipes métiers**]{.blue2}

Expand Down
Binary file added slides/img/monitoring-datalab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3023da6

Please sign in to comment.