aboutsummaryrefslogtreecommitdiff
path: root/Plan.md
diff options
context:
space:
mode:
authorErin van der Veen2017-09-29 11:26:30 +0200
committerErin van der Veen2017-09-29 11:26:30 +0200
commit62f85fb1bdf6639da7d386c57201066a4fe45217 (patch)
tree9d8893c1336b6c32cf13d7752d35c9515fb75df8 /Plan.md
parentRemove PLAN.md (diff)
Write small section on Nordlys in Plan
Diffstat (limited to 'Plan.md')
-rw-r--r--Plan.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Plan.md b/Plan.md
index 78bf7c5..f0be4fb 100644
--- a/Plan.md
+++ b/Plan.md
@@ -30,3 +30,10 @@ Of the following files from the 2015-10 dump:
Our hypothesis is that not all of the fields are of similar importance.
As such, our idea is to use some kind of Hill-Climbing algorithm to determine just what combination of fields (or possible weights) produces the best output.
+
+## Nordlys
+The Nordlys toolkit was used to create the results described above, as such, it provides us with the means to reproduce these results.
+In addition, Nordlys provides a Python interface that can be used to implement the Hill Climbing algorithm.
+
+The data that is used by the results is also bundled with the Nordlys Python package, and has already been indexed.
+This allows us to use the Python package without having to convert/index the data ourselves.