From b60a247b0c4bc7f344112586807a4c5bf10a8e4f Mon Sep 17 00:00:00 2001 From: Amber Agusti <agustiam@msu.edu> Date: Fri, 10 Feb 2023 14:56:12 -0500 Subject: [PATCH] spelling fix --- tpot_tutorial.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tpot_tutorial.ipynb b/tpot_tutorial.ipynb index 63f426c..974a6c8 100644 --- a/tpot_tutorial.ipynb +++ b/tpot_tutorial.ipynb @@ -648,7 +648,7 @@ } ], "source": [ - "# split the data into testing and training- this will give us indicies\n", + "# split the data into testing and training- this will give us indices\n", "training_indices, validation_indices = training_indices, testing_indices = train_test_split(titanic.index, stratify = titanic_class, train_size=0.75, test_size=0.25)\n", "training_indices.size, validation_indices.size" ] @@ -1093,7 +1093,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.12" + "version": "3.9.13" } }, "nbformat": 4, -- GitLab