diff options
author | Erin van der Veen | 2017-09-29 11:26:30 +0200 |
---|---|---|
committer | Erin van der Veen | 2017-09-29 11:26:30 +0200 |
commit | 62f85fb1bdf6639da7d386c57201066a4fe45217 (patch) | |
tree | 9d8893c1336b6c32cf13d7752d35c9515fb75df8 /Plan.md | |
parent | Remove PLAN.md (diff) |
Write small section on Nordlys in Plan
Diffstat (limited to 'Plan.md')
-rw-r--r-- | Plan.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |