diff options
author | Pjotr Prins | 2023-06-14 21:03:20 -0500 |
---|---|---|
committer | Pjotr Prins | 2023-06-16 13:55:22 -0500 |
commit | c910f591854970edad235dfb1315d708412edee9 (patch) | |
tree | d68fd1b75c603fffe9c5bf1c42df4984701e75e7 /topics/systems/mariadb | |
parent | d4c388b4c287f10c5be47493a572e3237733d8ac (diff) | |
download | gn-gemtext-c910f591854970edad235dfb1315d708412edee9.tar.gz |
Started design of split front-end
Diffstat (limited to 'topics/systems/mariadb')
-rw-r--r-- | topics/systems/mariadb/precompute-mapping-input-data.gmi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/topics/systems/mariadb/precompute-mapping-input-data.gmi b/topics/systems/mariadb/precompute-mapping-input-data.gmi index d26a97a..6329667 100644 --- a/topics/systems/mariadb/precompute-mapping-input-data.gmi +++ b/topics/systems/mariadb/precompute-mapping-input-data.gmi @@ -15,12 +15,12 @@ GN relies on precomputed mapping scores for search and other functionality. Here * [ ] Start using GEMMA for precomputed values as a background pipeline on a different machine * [ ] Update the table values using GEMMA output (single highest score) -Above is the quick win for plugging in GEMMA value. We will make sure not to recompute the values that are already up to date. +Above is the quick win for plugging in GEMMA values. We will make sure not to recompute the values that are already up to date. Next: -* [ ] Track metadata of computed datasets in RDF * [ ] Store all GEMMA values efficiently +* [ ] Track metadata of computed datasets (in RDF?) * [ ] Compute significance with GEMMA or other LMM (bulkLMM?) * [ ] Store signficance and significant values for processing * [ ] Update search & correlations to use these |