Skip to content

Commit dbd3c58

Browse files
Brendan O'DowdBrendan O'Dowd
authored andcommitted
adding link on wp10
1 parent f9aed93 commit dbd3c58

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

docs/deliv_tasks.html

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

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<div>
198198
<div class="quarto-title-meta-heading">Modified</div>
199199
<div class="quarto-title-meta-contents">
200-
<p class="date-modified">October 21, 2025</p>
200+
<p class="date-modified">October 24, 2025</p>
201201
</div>
202202
</div>
203203

@@ -245,7 +245,7 @@ <h2 class="anchored" data-anchor-id="links">Links</h2>
245245
</figure>
246246
</div>
247247
<hr>
248-
<p><span style="color:grey; font-size: 13px;"> Last updated: October 21, 2025 </span></p>
248+
<p><span style="color:grey; font-size: 13px;"> Last updated: October 24, 2025 </span></p>
249249

250250

251251
</section>

docs/search.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"href": "text_to_code.html#resources",
8282
"title": "AIML4OS",
8383
"section": "Resources",
84-
"text": "Resources\n\nTutorial on text classification\n\n\n Last updated: October 20, 2025"
84+
"text": "Resources\n\nTutorial on text classification\nMLOps tutorial\n\n\n Last updated: October 24, 2025"
8585
},
8686
{
8787
"objectID": "generic_topic_1.html",
@@ -116,14 +116,14 @@
116116
"href": "index.html",
117117
"title": "AIML4OS is a one-stop-shop of resources to support the use of AI and ML in the production of official statistics",
118118
"section": "",
119-
"text": "AI and Machine Learning for Official Statistics (AIML4OS) is an ESSnet project aimed at delivering a comprehensive suite of resources, guidelines, methodologies and use cases for the implementation of AI/ML in Official Statistics. There are 15 funded countries in the consortium. The project is running from April 2024 to March 2028.\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\nLinkedIn\nEurostat CROS\nAIML4OS on EU Funding and Tenders Portal\nDeliverable tracker\n\n\n\n\nGrant Agreement number: 101146355 — (AIML4OS — SMP-ESS-2023-AI-ML4OS-IBA)\n\n\n\n Last updated: October 21, 2025"
119+
"text": "AI and Machine Learning for Official Statistics (AIML4OS) is an ESSnet project aimed at delivering a comprehensive suite of resources, guidelines, methodologies and use cases for the implementation of AI/ML in Official Statistics. There are 15 funded countries in the consortium. The project is running from April 2024 to March 2028.\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\nLinkedIn\nEurostat CROS\nAIML4OS on EU Funding and Tenders Portal\nDeliverable tracker\n\n\n\n\nGrant Agreement number: 101146355 — (AIML4OS — SMP-ESS-2023-AI-ML4OS-IBA)\n\n\n\n Last updated: October 24, 2025"
120120
},
121121
{
122122
"objectID": "index.html#links",
123123
"href": "index.html#links",
124124
"title": "AIML4OS is a one-stop-shop of resources to support the use of AI and ML in the production of official statistics",
125125
"section": "",
126-
"text": "LinkedIn\nEurostat CROS\nAIML4OS on EU Funding and Tenders Portal\nDeliverable tracker\n\n\n\n\nGrant Agreement number: 101146355 — (AIML4OS — SMP-ESS-2023-AI-ML4OS-IBA)\n\n\n\n Last updated: October 21, 2025"
126+
"text": "LinkedIn\nEurostat CROS\nAIML4OS on EU Funding and Tenders Portal\nDeliverable tracker\n\n\n\n\nGrant Agreement number: 101146355 — (AIML4OS — SMP-ESS-2023-AI-ML4OS-IBA)\n\n\n\n Last updated: October 24, 2025"
127127
},
128128
{
129129
"objectID": "generic_topic_3.html",

docs/text_to_code.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<div>
198198
<div class="quarto-title-meta-heading">Modified</div>
199199
<div class="quarto-title-meta-contents">
200-
<p class="date-modified">October 20, 2025</p>
200+
<p class="date-modified">October 24, 2025</p>
201201
</div>
202202
</div>
203203

@@ -224,9 +224,10 @@ <h2 class="anchored" data-anchor-id="from-text-to-code---experiences-and-potenti
224224
<h2 class="anchored" data-anchor-id="resources">Resources</h2>
225225
<ul>
226226
<li><a href="https://aiml4os.github.io/WP10_tutorial_text_classification/" target="_blank">Tutorial on text classification</a></li>
227+
<li><a href="https://aiml4os.github.io/WP10_Cluster4_MLOps/" target="_blank">MLOps tutorial</a></li>
227228
</ul>
228229
<hr>
229-
<p><span style="color:grey; font-size: 13px;"> Last updated: October 20, 2025 </span></p>
230+
<p><span style="color:grey; font-size: 13px;"> Last updated: October 24, 2025 </span></p>
230231

231232

232233
</section>

text_to_code.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Key deliverables include a working classification codebase in Python and/or R, a
2020
## Resources
2121

2222
- [Tutorial on text classification](https://aiml4os.github.io/WP10_tutorial_text_classification/){target="_blank"}
23+
- [MLOps tutorial](https://aiml4os.github.io/WP10_Cluster4_MLOps/){target="_blank"}
2324

2425

2526
---

0 commit comments

Comments
 (0)