Code Monkey home page Code Monkey logo

Comments (5)

tgruben avatar tgruben commented on May 13, 2024

The parser_test test for top-n is not correct.

top-n(frame=x, n=2)

it should be

top-n(all(),frame="b.n", n=2) for the ranked unfiltered list
or
top-n(get(id=10, frame="b.n"), frame="b.n",n=50,filter=[1,2,3]) ==> top-n for bitmaps with common profiles as id=10 in bitmaps that belong to the category 1 or 2 or 3
or
top-n(get(id=10, frame="b.n"), frame="b.n",n=50 )

where the filter can be any of the category id (just a list of id int keys) of the list.

Does that make sense?

from featurebase.

benbjohnson avatar benbjohnson commented on May 13, 2024

Yep, that makes sense. Thanks, Todd!

from featurebase.

tgruben avatar tgruben commented on May 13, 2024

TopN is looking fabulous. One thing that seems to be missing is persistence of the "cache". It appears from my testing that the bitmaps must first be fetched in order to appear in the top list. My hope was that this could be avoided. Have any ideas on how that might work?

from featurebase.

benbjohnson avatar benbjohnson commented on May 13, 2024

@tgruben Yeah, I can put the cache persistence back in there. Sorry for chopping that. :)

Since the bitmap retrieval should be pretty fast can I just persist the bitmap IDs periodically?

from featurebase.

tgruben avatar tgruben commented on May 13, 2024

Yep.

from featurebase.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.