diff --git a/4-Classification/3-Classifiers-2/solution/notebook.ipynb b/4-Classification/3-Classifiers-2/solution/notebook.ipynb index 597f64678..d4d7130d3 100644 --- a/4-Classification/3-Classifiers-2/solution/notebook.ipynb +++ b/4-Classification/3-Classifiers-2/solution/notebook.ipynb @@ -12,8 +12,8 @@ "metadata": {}, "source": [ "### Dataset Overview\n", - "This dataset contains features representing different cuisines.\n", - "Each row corresponds to a cuisine, and columns represent ingredients or attributes used for classification." + "This dataset contains individual samples (for example, recipes) labeled by cuisine.\n", + "Each row corresponds to a single sample/record, and the columns represent ingredients or other attributes used for classification, including the `cuisine` label." ] }, {