diff options
-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. |