NSAPH-Projects / space

SpaCE, the Spatial Confounding Environment, loads benchmark datasets for causal inference methods tackling spatial confounding
https://nsaph-projects.github.io/space/
MIT License
14 stars 5 forks source link

Integreate the download API with the DatasetGenerator object in space/datatets.py #12

Closed mauriciogtec closed 1 year ago

mauriciogtec commented 1 year ago

Here's an example

    generator = DatasetGenerator.from_json(api_download_path)
    dataset = generator.make_dataset()
    # code to save these parts to a file.