From ba45edcb911ba741f130cc49d1883f3b2cacadb0 Mon Sep 17 00:00:00 2001 From: Frost45 <20379363+Frost45@users.noreply.github.com> Date: Fri, 14 May 2021 10:47:21 -0400 Subject: [PATCH 1/2] Added link to SKLL repo in tutorial --- doc/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 5792ad48..9f74a6cf 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -30,7 +30,7 @@ Get your data into the correct format ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The first step is to get the Titanic data. We have already downloaded the data files -from Kaggle and included them in the SKLL repository. Next, we need to get the files +from Kaggle and included them in the `SKLL repository <../examples/titanic>`. Next, we need to get the files and process them to get them in the right shape. The provided script, :download:`make_titanic_example_data.py <../examples/make_titanic_example_data.py>`, will split the train and test data files From bc70f1e9e1555b7e686683a637ca17060b1f5ebe Mon Sep 17 00:00:00 2001 From: Nitin Madnani Date: Tue, 7 Dec 2021 17:33:39 -0500 Subject: [PATCH 2/2] Use web link instead of relative link. Also fix typo. --- doc/tutorial.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 9f74a6cf..48c7c5d6 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -23,15 +23,16 @@ Titanic Example --------------- Let's see how we can apply the basic workflow above to a simple example using -the `Titantic: Machine Learning from Disaster `__ +the `Titanic: Machine Learning from Disaster `__ data from `Kaggle `__. Get your data into the correct format ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The first step is to get the Titanic data. We have already downloaded the data files -from Kaggle and included them in the `SKLL repository <../examples/titanic>`. Next, we need to get the files -and process them to get them in the right shape. +from Kaggle and included them in the +`SKLL repository `__. +Next, we need to get the files and process them to get them in the right shape. The provided script, :download:`make_titanic_example_data.py <../examples/make_titanic_example_data.py>`, will split the train and test data files from Kaggle up into groups of related features and store them in