Code Monkey home page Code Monkey logo

Comments (4)

jmalkin avatar jmalkin commented on August 14, 2024 1

@priyamtejaswin We just merged python tuple sketch support into the main branch. Not an official release (so not in pypi, either) but you should be able to play with it for now if you build the library yourself.

from datasketches-cpp.

jmalkin avatar jmalkin commented on August 14, 2024

We don't have serialization for anything with a custom type, much less something more complex like the operations on a summary object. Contributions of a reasonable generic model are certainly welcome 😄

You may also have noticed that we have quantiles sketches defined only for a few numeric types in python, even though the underlying C++ classes can work with anything comparable. Same reason there, except that floats/doubles/ints have trivial comparators which lets us add them.

from datasketches-cpp.

jmalkin avatar jmalkin commented on August 14, 2024

I know this was closed a while ago. We have looked into the issue and are and trying to ensure the next major release will have the necessary API to be able to support this, even if it won't be in the 4.0 release. But we don't yet have a timeframe for having actual tuple support.

from datasketches-cpp.

jmalkin avatar jmalkin commented on August 14, 2024

Our documentation for it is I'm sure woefully lacking, but this is now in the official release version on pypi!

from datasketches-cpp.

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.