From dbfefa0ed1e54e509e5818a538a7f1c0a3138232 Mon Sep 17 00:00:00 2001 From: frendogr <77299168+frendogr@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:27:13 -0500 Subject: [PATCH] Tpot Spelling Change Issue 25 --- tpot_tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpot_tutorial.ipynb b/tpot_tutorial.ipynb index 63f426c..f672e30 100644 --- a/tpot_tutorial.ipynb +++ b/tpot_tutorial.ipynb @@ -218,7 +218,7 @@ "source": [ "# Fit the model based on the training data, get a score based on testing data.\n", "# Will report the score of the best found pipeline\n", - "# Change max_time_mins to a higher time to allow TPOT to run without interuption\n", + "# Change max_time_mins to a higher time to allow TPOT to run without interruption. #issue number 25\n", "# It is currently at 2 mins for sake of not taking to long\n", "tpot = TPOTClassifier(verbosity=2, max_time_mins=2)\n", "tpot.fit(X_train, y_train)\n", -- GitLab