You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2022/07/20 12:42:26 UTC

[GitHub] [datasketches-cpp] MayankKr8 opened a new issue, #296: Examples of Theta Sketches

MayankKr8 opened a new issue, #296:
URL: https://github.com/apache/datasketches-cpp/issues/296

   Do we have some online code examples for theta sketches in python? Also can I use theta sketch to store precomputed aggregates for machine learning models?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[GitHub] [datasketches-cpp] jmalkin commented on issue #296: Examples of Tuple Sketches

Posted by GitBox <gi...@apache.org>.
jmalkin commented on issue #296:
URL: https://github.com/apache/datasketches-cpp/issues/296#issuecomment-1190707023

   We don't currently offer tuple support in python. Unless the request is just for the Array of Doubles sketch that (I think) we already provide in C++, which is probably not too bad, we haven't yet managed to get to where we can define a Summary and rules for how to combine them via python. Or how to deserialize these things.
   
   I'm playing with the var opt sketch as its only constraint currently is a lack of (de)serialization support in python. I apparently need to build GDB with python support so I can investigate a segfault. When I (eventually) get that working, it should provide a blueprint for how to follow a similar process for other sketches. But until then, we have no ETA.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[GitHub] [datasketches-cpp] MayankKr8 closed issue #296: Examples of Tuple Sketches

Posted by GitBox <gi...@apache.org>.
MayankKr8 closed issue #296: Examples of Tuple Sketches 
URL: https://github.com/apache/datasketches-cpp/issues/296


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[GitHub] [datasketches-cpp] jmalkin commented on issue #296: Examples of Tuple Sketches

Posted by "jmalkin (via GitHub)" <gi...@apache.org>.
jmalkin commented on issue #296:
URL: https://github.com/apache/datasketches-cpp/issues/296#issuecomment-1533724790

   The official release is (finally) live!
   [](https://pypi.org/project/datasketches/) and v4.1.0 provides this support.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[GitHub] [datasketches-cpp] MayankKr8 commented on issue #296: Examples of Tuple Sketches

Posted by GitBox <gi...@apache.org>.
MayankKr8 commented on issue #296:
URL: https://github.com/apache/datasketches-cpp/issues/296#issuecomment-1191111960

   Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[GitHub] [datasketches-cpp] jmalkin commented on issue #296: Examples of Tuple Sketches

Posted by "jmalkin (via GitHub)" <gi...@apache.org>.
jmalkin commented on issue #296:
URL: https://github.com/apache/datasketches-cpp/issues/296#issuecomment-1412439640

   @MayankKr8 We just merged tuple sketches for python into the main branch. No official release yet, so you can't install from pypi but you can experiment if you build the package yourself.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org