From 2f87ae662d406d8854193ea0f319967392fdc169 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Wed, 4 Dec 2019 17:45:44 +0100 Subject: [PATCH] Migrate TODO to issue #18 --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index e5d3fd9..f335225 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,3 @@ With `test-parameters.json`: ## Development & Testing For information regarding development and testing, please see [README-DEV.md](README-DEV.md). - - -TODO ----- -* Currently, the processor only supports a prediction using confidence voting of multiple models. While this is - superior, it makes sense to support single model prediction, too.