anonymeter icon indicating copy to clipboard operation
anonymeter copied to clipboard

Dataset used in the Jupyter Notebook is unavailable

Open amaendle opened this issue 8 months ago • 0 comments

The dataset that is used in [anonymeter_example.ipynb](https://github.com/statice/anonymeter/blob/main/notebooks/anonymeter_example.ipynb) is unavailable. Therefore these lines will fail:

bucket_url = "https://storage.googleapis.com/statice-public/anonymeter-datasets/"

ori = pd.read_csv(os.path.join(bucket_url, "adults_train.csv"))
syn = pd.read_csv(os.path.join(bucket_url, "adults_syn_ctgan.csv"))
control = pd.read_csv(os.path.join(bucket_url, "adults_control.csv"))

amaendle avatar Apr 23 '25 09:04 amaendle