diff --git a/clustering_module_solutions/5.solution_dbscan.ipynb b/clustering_module_solutions/5.solution_dbscan.ipynb index e3bfc12..e11a561 100644 --- a/clustering_module_solutions/5.solution_dbscan.ipynb +++ b/clustering_module_solutions/5.solution_dbscan.ipynb @@ -196,7 +196,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Number of clusters seems to decrease with as `epsilon` increases." + "Number of clusters seems to decrease with as `min_samples` increases." ] }, { @@ -254,7 +254,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Number of clusters seems to decrease with as `min_samples` increases." + "Number of clusters seems to decrease with as `epsilon` increases." ] } ], @@ -326,4 +326,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} +} \ No newline at end of file