From c5b4dda12f3b45e167df5e524273160511ca8fe3 Mon Sep 17 00:00:00 2001 From: Richard Townsend Date: Sat, 9 Aug 2014 07:12:47 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 5642bbb..f9eefdf 100644 --- a/Home.md +++ b/Home.md @@ -12,7 +12,7 @@ This is the GoLearn Wiki (welcome!). GoLearn is a "batteries included" machine l Classification ([KNN](KNN) | [Trees](Trees) | [liblinear](liblinear)) | [Regression](Regression) ## Quick start -* [Using CSV files](CSV) +* [Using CSV files](Parsing CSV files) * [Dividing data into training and test sets](TrainTestSplit) * [Discretisation](Discretisation)