warning for develop examples

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi 2025-03-02 15:44:55 -05:00
parent 8dc0562542
commit 74916565de
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# WARNING
# This example demonstrates only how to develop a new enrichment model.
# It does not run thr actual formula understanding model.
import logging
from pathlib import Path
from typing import Iterable

View File

@ -1,3 +1,7 @@
# WARNING
# This example demonstrates only how to develop a new enrichment model.
# It does not run thr actual picture classifier model.
import logging
from pathlib import Path
from typing import Any, Iterable