Matthew Shipton
Matthew Shipton
azure.ai.ml: cannot use a code directory containing symlinks, even if symlinks are in an ignorefile
- **Package Name**: azure.ai.ml - **Package Version**: 1.2.0 - **Operating System**: WSL, Ubuntu 20.04 LTS - **Python Version**: Python 3.9.13 **Describe the bug** The problem is that _blob_storage_helper.py ignores ignore_file...
I'm not sure if this is abandoned or not, but I spent a considerable amount of time trying to replicate the notebook without looking at the closed issues. Teaches me...
This commit [here](https://github.com/opendp/smartnoise-sdk/commit/2454d4b6e40684177d5462c4c49fc27c8e3c748f#diff-1c024652cc8411ae09584644aaffc9447ab6a0f1cb10d9e3dec28fb6169b377cR39) seems to have erroneously modified the dragan penalty code from 'c' (which is a hyperparameter for the dragan penalty) to be 'pac'. Reviewing that commit it seems...
I have an issue where if zero byte avro files (which shouldn't be there and are the result of a rogue process unrelated to this useful library which we're struggling...
Proposed fix for #76
I'm interested in possibly submitting a (probably substantial) PR to support the azure ml v2 api, which implements an MLFlow compatible api. I do not work for Microsoft. Quickly trying...
Hello, and thanks for this useful capability. I'm trying to avoid having to start an mlflow server to run an export, relying only on the mlflow python API to export...
Running wheel tags whilst attempting to modify the the build tag results in some strange behavior. This might be a documentation problem but the behavior was not what I was...
## Description of changes Implements countdistinctstar for bigquery Bigquery does not support count(distinct a,b,c) or count(distinct (a, b, c)) (e.g. using a tuple, as is done with DuckDB) as expressions...