Michael Shoemate

Results 284 issues of Michael Shoemate

Add make_expr_report_noisy_max_gumbel

polars-integration
polars parity

polars-integration
polars parity

https://docs.rs/polars/latest/polars/prelude/enum.BooleanFunction.html

polars-integration
polars parity

I noticed that even if I guard the Polars import... ```python if TYPE_CHECKING: import polars ``` ...Sphinx still fails to document. I've continued to leave types off for now. _Originally...

docs
polars-integration

I guess these don't show up in the Sphinx dox, because the module is private... but should there be some public, generated documentation of our Polars extensions? I'm also wondering...

polars-integration
polars parity

- Add a `.noise(..)` method that chooses Gaussian or Laplace noise based on the parameters entered. - Allows explicit selection of the the noise mechanism and errors if other params...

polars-integration
polars parity

Do we have a style guide on this? I think there's some variation. My sense is that "Laplace" and "Gaussian" should both be capitalized standing alone, but perhaps not if...

docs

If a user knows where to look, they can access context.d_mids to see how many queries are left and what the privacy allocation is for each query. This could be...

Context API