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

Change the python package name (space-bench suggested) #28

Closed mauriciogtec closed 1 year ago

mauriciogtec commented 1 year ago

Since space is taken in the Python registry, a new name must be chosen. space-bench is available.

As per conversion, the code would be invoked from Python as

import space_bench

Or

import space_bench as space
Naeemkh commented 1 year ago

I like the name, although the use of underscores is discouraged (PEP8). How about spacebench?