Raman Prasad

Results 125 issues of Raman Prasad

from @mccalluc ## Problem Mean without size or mean of ints produces errors ### Case 1: Mean w/o Size - Reference: https://github.com/opendp/opendp/pull/1465/files#diff-d4d89fbd8d4c766e30502bed20068b70616b587d73d472f6eabb6da6967bfb03R38 ```Python @pytest.mark.xfail(raises=dp.OpenDPException) def test_mean_without_size(): # Currently fails with:...

polars-integration
Context API

from @mccalluc ## Problem - Unclear error if passing an iterable as data - Reference: https://github.com/opendp/opendp/pull/1465/files#diff-d4d89fbd8d4c766e30502bed20068b70616b587d73d472f6eabb6da6967bfb03R6 ```Python @pytest.mark.xfail(raises=dp.UnknownTypeException) def test_iterable_data(): # Currently fails with: # opendp.mod.UnknownTypeException: # Possible resolution: #...

Context API

- [ ] API-like docs describing the .noise(..) method - [ ] Test that error messages are meaningful. For example - Giving params that apply to Laplace but explicitly specifying...

docs
polars-integration

(Splitting up #476) - Variable type: Float - User entry: # bins or edges/bins

- As part of DP Creator's output, include the following files: - Python script with user inputs incl/ variable info (bounds, categories, etc), specifications for statistics - Code to use...

Client Version

Map out functionality for Scenarios 1 through 3 1. Component/functionality list 2. Approaches to each piece - Include dependencies on the OpenDP library

Client Version

Make a simple React app with a component that interacts with a Python library such as Pandas. (To be further discussed)

Client Version

- Version the schema and include API validation endpoints with DP Creator - [ ] DP Creator endpoint to retrieve JSON schemas. Current as well as older versions - [...

- Including dev/local setup

analyst mode