From d78ed8fd33a11fd3512cce85bf401c3b19b4aa50 Mon Sep 17 00:00:00 2001 From: Richard Townsend Date: Sat, 27 Jan 2018 17:50:35 +0000 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 97ed4a1..c57a680 100644 --- a/Home.md +++ b/Home.md @@ -17,7 +17,7 @@ Classification ([KNN](KNN) | [Trees](Trees) | [liblinear](liblinear)) | [Regress ## Code excerpts and examples * [Sorting data](Instances) -* [Reading CSV files](Parsing CSV files) +* [Reading CSV files](Parsing-CSV-files) * [Histogram binning](Filtering) * [Chi-Merge binning](Filtering) * [Setting the precision of a `FloatAttribute`](FloatAttribute precision)