From c8ad5153f7c0e3f21d3c42192624ae302252bf00 Mon Sep 17 00:00:00 2001
From: Ryan Randles Jones <rrand11@uab.edu>
Date: Tue, 22 Dec 2020 12:09:56 -0600
Subject: [PATCH] summary stats for job and user counts per cluster

---
 Cluster_Analysis.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cluster_Analysis.ipynb b/Cluster_Analysis.ipynb
index 6cca51e..70b8102 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."
-- 
GitLab