Skip to content

Commit 0d15174

Browse files
Image classification notebook minor fix
1 parent 615c712 commit 0d15174

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/image_classification.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,10 @@
580580
"cell_type": "markdown",
581581
"metadata": {},
582582
"source": [
583-
"Training data are uploaded as historical data i.e., any data that do not come from production.\n",
584-
"Then we indicate them as reference data of our model in order to set up the detection algorithms.\n",
583+
"Reference data are uploaded as historical data i.e., any data that do not come from production.\n",
584+
"Reference data are defined by their initial and final timestamps and they are used to configure the detection algorithms.\n",
585585
"\n",
586-
"Note that it is possible to add other historical data in any time."
586+
"Note that it is possible to add other historical data at any time."
587587
]
588588
},
589589
{

0 commit comments

Comments
 (0)