data-structures
Posts tagged "data-structures".
- I Built a Search Engine by Hand
Inverted index, TF-IDF, cosine ranking — before letting myself reach for a library. The two things that stuck weren't the ranking math: a DataFrame is the wrong shape for an index, and my great-looking demo scored 0.01 on the benchmark.