|
|
|
|
|
by softwaredoug
878 days ago
|
|
I agree pandas or whatever data frame library you like is ideal for prototyping and exploring than setting up a bunch of infrastructure in a dev environment. Especially if you have labels and are evaluating against a ground truth. You might be interested in SearchArray which emulates the classic search index side of things in a pandas dataframe column https://github.com/softwaredoug/searcharray |
|