Skip to content

Commit 6bc21a6

Browse files
FEAT: new demo projects and models (#52)
1 parent cede839 commit 6bc21a6

29 files changed

Lines changed: 196 additions & 49 deletions

demos/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ batch-download:
2525

2626
batch-list:
2727
uv run mp batch list $(PROJECT_NAME)
28+
29+
run-notebooks:
30+
./run_notebooks.sh

demos/__init__.py

Whitespace-only changes.

demos/notebooks/__init__.py

Whitespace-only changes.

demos/notebooks/banking/Banking Credit Scoring/credit_scoring_ai_act.ipynb

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -114,33 +114,16 @@
114114
},
115115
{
116116
"cell_type": "code",
117-
"execution_count": 23,
117+
"execution_count": null,
118118
"id": "a1b2c3d4-0007",
119119
"metadata": {
120120
"ExecuteTime": {
121121
"end_time": "2026-03-16T19:11:40.142006Z",
122122
"start_time": "2026-03-16T19:11:40.034779Z"
123123
}
124124
},
125-
"outputs": [
126-
{
127-
"name": "stdout",
128-
"output_type": "stream",
129-
"text": [
130-
"MLflow tracking URI : http://model-platform.com/registry/test-ia-act/\n"
131-
]
132-
}
133-
],
134-
"source": [
135-
"# Author: Octo Technology MLOps Tribe\n",
136-
"# \u2699\ufe0f Adapter l'URI \u00e0 votre projet Model Platform\n",
137-
"PROJECT_NAME = \"test-ia-act\"\n",
138-
"MLFLOW_TRACKING_URI = f\"http://model-platform.com/registry/{PROJECT_NAME}/\"\n",
139-
"\n",
140-
"mlflow.set_tracking_uri(MLFLOW_TRACKING_URI)\n",
141-
"mlflow.set_experiment(\"credit_default_prediction\")\n",
142-
"print(f\"MLflow tracking URI : {MLFLOW_TRACKING_URI}\")"
143-
]
125+
"outputs": [],
126+
"source": "# Author: Octo Technology MLOps Tribe\n# \u2699\ufe0f Adapter l'URI \u00e0 votre projet Model Platform\nPROJECT_NAME = \"Credit-Risk-Assessment\"\nMLFLOW_TRACKING_URI = f\"http://model-platform.com/registry/{PROJECT_NAME}/\"\n\nmlflow.set_tracking_uri(MLFLOW_TRACKING_URI)\nmlflow.set_experiment(\"credit_default_prediction\")\nprint(f\"MLflow tracking URI : {MLFLOW_TRACKING_URI}\")"
144127
},
145128
{
146129
"cell_type": "markdown",

demos/notebooks/medical/Medical Document NLP/document_type_classifier_ai_act.ipynb

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

demos/notebooks/Hugging_Face/Hugging_face_model.ipynb renamed to demos/notebooks/old_demos/Hugging_Face/Hugging_face_model.ipynb

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

demos/notebooks/Photovoltaic Physical Model /06_PVLIB_simple_example.ipynb renamed to demos/notebooks/old_demos/Photovoltaic Physical Model /06_PVLIB_simple_example.ipynb

File renamed without changes.

0 commit comments

Comments
 (0)