Robert Sim
Robert Sim
Hi, a small suggestion to add a line to the DPSU spark implementation, to support down-level python: `from __future__ import division` https://github.com/opendifferentialprivacy/whitenoise-samples/blob/332d7ef7c4fcf811995f9e6a3aab8d8f4c298a88/data/policy_laplace.py#L1 Without the change, initializing PolicyLaplace incorrectly applies integer...
Hi, I'm attempting to run some scripts locally from my project and I'm not sure how to troubleshoot this issue. I'm using the (local-project) option for the ADLA account when...
Hi, I created a U-SQL class library project MyLibrary and separately created a U-SQL project MyProject. I built the U-SQL class library and registered it with the (local-project: MyProject) ADLA...
I have an Asp.Net Core project that builds fine with StyleCop, but when I try to publish it, the step to generate the SQL migration script (command `dotnet ef migrations`)...
It looks like vulpes is using an out-of-date Alea licensing manager- I was unable to resolve the licensing server to install a license. Is it feasible to update the nuget...
Hi, this line in requirements.txt is causing me issues on an ubuntu machine: `en-core-web-sm==2.2.5` Error: `✘ No compatible model found for 'en-core-web-sm' (spaCy v2.3.1).` To work around it I commented...
There's an issue in agent/grounding.py where a pydantic exception is thrown when there is an attempt to overwrite `document.text`. Here is the fix at line 226: ``` sanitized_text = utils.sanitize_raw_string(document.text)...