diff --git a/Cluster_Analysis.ipynb b/Cluster_Analysis.ipynb index 6cca51e9f0f184a7b8d4ad842030f27ce3b98fae..70b8102dc2b35b9d1a73f77a8bc8fd1973d0886e 100644 --- a/Cluster_Analysis.ipynb +++ b/Cluster_Analysis.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "This notebook is for the clustering analysis of ReqMemCPU, AllocCPUS, and Elapsed.\n", + "This notebook is for clustering analysis of ReqMemCPU, AllocCPUS, and Elapsed.\n", "ReqMemCPU is the amount of RAM in gigs for each job as requested by the user.\n", "AllocCPUS is the amount of cores that were used for each job.\n", "Elapsed is the amount of time, in hours, that job took to run."