From 9f19200c5b7764fcea85d3e2883627580d6e06b3 Mon Sep 17 00:00:00 2001 From: Alec Date: Fri, 3 May 2019 16:17:30 -0700 Subject: [PATCH] wording tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 964362e..de1395b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ We've provided a starter baseline which trains a logistic regression detector on -Shorter documents are harder to detect. Accuracy of detection of a short documents of 500 characters (a long paragraph) is about 15% lower. +Unsurprisingly, shorter documents are harder to detect and performance improves gradually with length. Accuracy of detection of short documents of 500 characters (a long paragraph) is about 15% lower.